-
Notifications
You must be signed in to change notification settings - Fork 98
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
Add nf-test to STARFUSION_BUILD
and refactor module
#583
Conversation
|
Nice work! |
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.0.2. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
Thank you so much for your feedback @rannick! I updated the module with your suggestions and here is some extra information:
|
Here one issue is that the download of the necessary dependencies is not included any more outside of the test set |
Sorry, I am not sure I follow. Which dependencies? Are you referring to the databases |
Please do not merge as if will break the logic of self contained references in the pipeline, we need to provide an alternative: ADDRESSED |
Co-authored-by: Annick Renevey <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we are ready to go!
This PR addresses:
STARFUSION_BUILD
Create nf-test forSTARFUSION_BUILD
#579pfam
,dfam
,AnnotFilterRule.pm
) are downloaded automatically in the script call.fusion_annot_lib
is now an external parameter that allows for easier integration with smaller datasets. Removed several lines which were hardcoded to download databases.If this design is OK, then we will have to simply add the desired
fusion_annot_lib
(e.g. path to the fullfusion_lib.Mar2021.dat.gz
) as an input channel in the--build_references
workflow (I can do that in this same PR).Summary
Closes #579
Closes #549
PR checklist
nf-core lint
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).