-
Notifications
You must be signed in to change notification settings - Fork 81
Refine tags used for workflows #263
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
Conversation
|
@@ -11,11 +11,12 @@ nextflow_process { | |||
params { | |||
settings_path = '/tmp/.ncbi' | |||
settings_file = "${params.settings_path}/user-settings.mkfg" |
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.
settings_file = "${params.settings_path}/user-settings.mkfg" | |
settings_file = "${params.settings_path}/user-settings.mkfg" |
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.
Missed this one though in nf-core/modules#4827 🤦🏽 It's ok. I have already added to the merge queue so it can be updated later if required.
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.
yeah, nevermind that one, I didn't pay attention it was a nf-core/module and not a local one.
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.
minor code polish
…low from nf-core/modules
FASTQ_DOWNLOAD_PREFETCH_FASTERQDUMP_SRATOOLS
soCUSTOM_SRATOOLSNCBISETTINGS
isn't run if sra ids are empty Update custom/sratoolsncbisettings to only run when sra ids are provided modules#4827