-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error using zarp-cli #167
Comments
Thanks a lot for your interest in using ZARP/HTSinfer and taking the time to report the issue you are facing, @MSaadfarooq. It looks like you are experiencing a problem when Snakemake tries to set up the HTSinfer Conda environment during the step where ZARP-cli tries to infer the metadata for your samples through running the HTSinfer accessory workflow available in the ZARP repository. To be honest, I don't quite understand where it's coming from. My efforts towards trying to reproduce your errorThe Conda recipe file being used to install HTSinfer contains the following: ---
channels:
- bioconda
dependencies:
- htsinfer=0.11.0
... This amounts to Snakemake running, more or less, the following command (in a fresh Conda environment): mamba install -c bioconda htsinfer=0.11.0 This works fine in my case (Ubuntu 20.04), i.e., HTSinfer install fine and is usable. For example, this command does not raise an error on my Ubuntu 20.04 machine, using the htsinfer synthetic_split_lane1.mate_1.fastq.gz Likewise, I cannot reproduce the error you received when installing ZARP-cli following the installation instructions, after initializing with zarp synthetic_split_lane1.mate_1.fastq.gz Again, this works as expected, up until and including the full execution of the ZARP pipeline. In other words, with the information I currently have, I am unable to reproduce the issue you are facing. Additional information to debug the problemI am afraid that we will need additional information to get to the root of the problem, and we hope that you can kindly assist us with that.
Again, thanks a lot for reporting, and we hope that we can identify the culprit with this additional information. |
Hi I installed zarp-cli when when ran on the paired-end fastq files, it initialized but then got the error on htsinfer.
Input command
zarp ER14_1.fastq,ER14_2.fastq
output error is attached:
thanks in advance.
The text was updated successfully, but these errors were encountered: