-
Notifications
You must be signed in to change notification settings - Fork 705
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
FastQC crash, error 127 #113
Comments
Possible fix:I got it working by editing the
was replaced by
|
I can confirm that this indeed fixed nf-core/eager#67 properly! |
Reproducing the error works unfortunately for me:
|
apeltzer
added a commit
that referenced
this issue
Nov 5, 2018
Just merged the PR, should fix the issue. Would be great if you could confirm by trying out the |
All fixed :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pipeline crashes with conda environment
Bug description
When substituting containerization by the provided conda environment the pipeline crashes at the
FastQC
step. The following error gets thrown:I looked into the directory and found the following libraries:
Reproduce
nextflow.config
,conf/base.config
as well as other profiles you use if specified there. (release 1.1)conda env create -f environment.yml
Expected behaviour
The pipeline runs through with no crash similar to execution in container.
Operation System
The pipeline was executed on the cfc cluster in Tübingen Germany
Additional notes
Same error as in nf-core/eager#67
The text was updated successfully, but these errors were encountered: