-
Notifications
You must be signed in to change notification settings - Fork 101
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
Make using COSMIC optional #547
Conversation
|
Thanks for this very much needed change. I tried testing these changes with: And it fails due to I think we need to set up igenomes first, since this value should be coming from there. Currently it comes from :
But the params.genomes_base is set to:
So the file is empty. Also tried running the branch wiht: Which is due to missing reference files. Particularly the fusioncatcher_ref. Should we add a special handling to avoid the user from using --all with --no_cosmic? |
@nschcolnicov you need to add
|
THank you @atrigila! @rannick Maybe we should add into the pipeline handling or the docs that "--no_cosmic" must be used together with "--build_references" and it is not compatible with "--all" |
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.
Looks good to me and it is going to be very useful when developing pipeline-level test cases.
I think the problem you are seeing is from not running |
Closes #514
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).