-
Notifications
You must be signed in to change notification settings - Fork 355
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
cutadapt hangs when input is fastq.gz #1700
Comments
Hi, sorry about that problem. If you tried just a simple version it hangs as well? (mainly without printing the untrimmed file)
If this simpler version work I can add some options to do that instead. If the only solution is to gunzip the input I would do that prior calling bcbio for now, to get the pipeline running until I have time to reproduce better. Let me know! thanks! |
Thanks Stephen, Sorry about that, working on this now. |
0.1.0 can hang on gzipped files. See bcbio/bcbio-nextgen#1700 and marcelm/cutadapt@d096ff2
Hi Stephen, I tracked down this bug finally-- there is a bug in xopen 0.1.0 that hangs opening gzipped files on some systems. The newer version of cutadapt requires xopen 0.1.1 but that dependency hasn't been updated in the release version yet. I switched the bioconda recipe to require 0.1.1 and that seems to fix the problem. I also simplified the cutadapt call to support the trimming paired files in one go rather than using the old two-pass method, so this step should be a little bit faster as well. If you upgrade with |
Hi Stephen, Yup that will pull in the fixed xopen (or it should if bioconda has the package built already) and it should get you over this bump. If xopen is still 0.1.0 that means the conda package isn't done building but you can install xopen 0.1.1 manually using the conda bcbio installs with |
Beautiful. I just installed xopen and it worked fine with the latest stable release. |
Thanks for opening the issue and following up Stephen! |
I haven't been able to use trim-galore/cut adapt using bioconda because of this problem. I get the error: And when I download xopen using conda install -c bioconda xopen it does not fix the problem. Though when I type |
Heya--we don't actually use cutadapt within bcbio anymore, so I think you might be posting on the wrong repo. You might have a better bet here: https://github.com/marcelm/cutadapt That said, these types of problems are usually because there is another python installation leaking into your environment. Do you have your |
Trying to run the small rna-seq pipeline with a template that looks like this:
Runs for days at the trimming step:
I tried this command directly at the command line, and it hangs forever without doing anything. Then gunzip'd the input file (also didn't gz the outputs) and it worked fine.
Possibly related to marcelm/cutadapt#137?
The text was updated successfully, but these errors were encountered: