mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Update: MALT_RUN (#706)
* Specify more guidelines on input channels * Linting * Updates based on code review * Update README.md * Fix broken sentence * Bump MALT versions for MALT-run Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
1bc3f6cf39
commit
26fc617983
1 changed files with 3 additions and 3 deletions
|
@ -11,11 +11,11 @@ process MALT_RUN {
|
|||
mode: params.publish_dir_mode,
|
||||
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), meta:[:], publish_by_meta:[]) }
|
||||
|
||||
conda (params.enable_conda ? "bioconda::malt=0.5.2" : null)
|
||||
conda (params.enable_conda ? "bioconda::malt=0.53" : null)
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/malt:0.5.2--0"
|
||||
container "https://depot.galaxyproject.org/singularity/malt:0.53--hdfd78af_0"
|
||||
} else {
|
||||
container "quay.io/biocontainers/malt:0.5.2--0"
|
||||
container "quay.io/biocontainers/malt:0.53--hdfd78af_0"
|
||||
}
|
||||
|
||||
input:
|
||||
|
|
Loading…
Reference in a new issue