Mercurial > repos > kkonganti > cfsan_centriflaken
diff 0.4.0/modules/kraken2/classify/main.nf @ 104:17890124001d
"planemo upload"
author | kkonganti |
---|---|
date | Sun, 28 Aug 2022 00:37:10 -0400 |
parents | ce6d9548fe89 |
children |
line wrap: on
line diff
--- a/0.4.0/modules/kraken2/classify/main.nf Thu Aug 04 10:58:46 2022 -0400 +++ b/0.4.0/modules/kraken2/classify/main.nf Sun Aug 28 00:37:10 2022 -0400 @@ -19,7 +19,7 @@ path "versions.yml" , emit: versions when: - task.ext.when == null || task.ext.when || reads + (task.ext.when == null || task.ext.when) && (meta.is_assembly ? reads.size() : 1) script: def args = task.ext.args ?: ''