-
Notifications
You must be signed in to change notification settings - Fork 20
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
Important! Template update for nf-core/tools v3.0.2 #421
base: dev
Are you sure you want to change the base?
Conversation
|
author: Jasmin Frangenberg, Anan Ibrahim, Louisa Perelo, Moritz E. Beber, James | ||
A. Fellows Yates |
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.
Should this be a single line? (The first one is 82 characters right now.)
@@ -40,8 +40,8 @@ process { | |||
enabled: params.save_db, | |||
saveAs: { filename -> filename.equals('versions.yml') ? null : filename } | |||
] | |||
ext.args = [ | |||
params.taxa_classification_mmseqs_db_savetmp ? "" : "--remove-tmp-files" , | |||
ext.args = [ |
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.
Is that to align with ext.prefix
and publishDir
? Intense Harshil alignment! ™️ 😃
"--min-len ${params.bgc_mincontiglength}" | ||
].join(' ').trim() | ||
} | ||
|
||
withName: PROKKA { | ||
ext.prefix = { "${meta.id}_prokka" } // to prevent pigz symlink problems of input files if already uncompressed during post-annotation gzipping |
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 wouldn't mind leaving comments like this as reminders, but no strong opinion.
resourceLimits = [ | ||
cpus: 4, | ||
memory: '15.GB', | ||
time: '1.h' |
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.
1h limit might be problematic for slow downloads (e.g. amrfinderplus database)? All test profiles got updated with the same values, are they mandatory?
'https://depot.galaxyproject.org/singularity/macrel:1.2.0--pyh5e36f6f_0': | ||
'biocontainers/macrel:1.2.0--pyh5e36f6f_0' }" | ||
'https://depot.galaxyproject.org/singularity/macrel:1.4.0--pyh7e72e81_0': | ||
'biocontainers/macrel:1.4.0--pyh7e72e81_0' }" |
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.
Update changelog with Macrel version update
'https://depot.galaxyproject.org/singularity/multiqc:1.24--pyhdfd78af_0' : | ||
'biocontainers/multiqc:1.24--pyhdfd78af_0' }" | ||
'https://depot.galaxyproject.org/singularity/multiqc:1.25.1--pyhdfd78af_0' : | ||
'biocontainers/multiqc:1.25.1--pyhdfd78af_0' }" |
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.
Update changelog with multiqc version update
taxa_classification_mmseqs_taxonomy_sensitivity = 5.0 | ||
taxa_classification_mmseqs_taxonomy_orffilters = 2.0 |
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.
Did you test this? Referring to the issue of floats getting reformatted to scientific or int notation that we had once.
} | ||
|
||
// 3. Give warning if not using container system assuming conda | ||
if ( params.run_bgc_screening && ( !params.bgc_antismash_db ) && !params.bgc_skip_antismash && ( session.config.conda && session.config.conda.enabled ) ) { |
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.
Okay bye bye spaces 🥲
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 fairly uncontroversial, but I don't understand the CI errors. Ping me when those are resolved and I'll approve.
The CI errors all come from a (recent) faulty database update for one tool of the AMP workflow described in #423. Thus, only those CI tests without the AMP workflow succeed atm. All others will fail until either
For template update purposes I am not sure if the database issue is required to be solved first? |
Version
3.0.2
of nf-core/tools has just been released with updates to the nf-core template. This automated pull-request attempts to apply the relevant updates to this pipeline.Please make sure to merge this pull-request as soon as possible, resolving any merge conflicts in the
nf-core-template-merge-3.0.2
branch (or your own fork, if you prefer). Once complete, make a new minor release of your pipeline.For instructions on how to merge this PR, please see https://nf-co.re/docs/contributing/sync/.
For more information about this release of nf-core/tools, please see the
v3.0.2
release page.