mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-23 13:59:55 +00:00
21 lines
589 B
Diff
21 lines
589 B
Diff
|
Changes in module 'nf-core/minimap2/index'
|
||
|
--- modules/nf-core/minimap2/index/main.nf
|
||
|
+++ modules/nf-core/minimap2/index/main.nf
|
||
|
@@ -7,11 +7,11 @@
|
||
|
'quay.io/biocontainers/minimap2:2.21--h5bf99c6_0' }"
|
||
|
|
||
|
input:
|
||
|
- tuple val(meta), path(fasta)
|
||
|
+ path fasta
|
||
|
|
||
|
output:
|
||
|
- tuple val(meta), path("*.mmi"), emit: index
|
||
|
- path "versions.yml" , emit: versions
|
||
|
+ path "*.mmi" , emit: index
|
||
|
+ path "versions.yml" , emit: versions
|
||
|
|
||
|
when:
|
||
|
task.ext.when == null || task.ext.when
|
||
|
|
||
|
************************************************************
|