mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 23:39:56 +00:00
20 lines
589 B
Diff
Generated
20 lines
589 B
Diff
Generated
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
|
|
|
|
************************************************************
|