-
Notifications
You must be signed in to change notification settings - Fork 191
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
nf-core template @dev errors (follow-up) #1679
Comments
Some more points in #1677 |
Hi @fmalmeida, thanks for testing this functionality! :) If I'm not wrong, when creating a template without igenomes the user will still need to provide a reference fasta file, this is needed for the test pipeline to run. For example:
What we should do is specify this in the help message :) |
I modified the example command here #1691, let me know if you agree :) |
Hi @mirpedrol, I think this already helps. But, additionally, I really think that the |
You are right @fmalmeida, I added a fasta file to the test config files :) |
Thanks 😄 |
Description of the bug
This issue is a follow-up of #1670.
The previous issue has fixed a part of the code that should be only written when template is created with
igenomes
. After fixing the previous spot, another part of the code that has the same pattern was spotted again.custom_config.yml
After some first look-up, I believe the errors are appearing due to the following lines that are still present even after skipping
igenomes
:tools/nf_core/pipeline-template/lib/WorkflowPipeline.groovy
Lines 15 to 18 in ed355ed
and
tools/nf_core/pipeline-template/workflows/pipeline.nf
Line 14 in ed355ed
Command used and terminal output
System information
nf-core/tools version 2.5.dev0
The text was updated successfully, but these errors were encountered: