mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Update main.nf
This commit is contained in:
parent
6400317623
commit
983ff735dc
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ process MANTA_SOMATIC {
|
||||||
tuple val(meta), path(input_normal), path(input_index_normal), path(input_tumor), path(input_index_tumor)
|
tuple val(meta), path(input_normal), path(input_index_normal), path(input_tumor), path(input_index_tumor)
|
||||||
path fasta
|
path fasta
|
||||||
path fai
|
path fai
|
||||||
path target_bed
|
tuple path(target_bed), path(target_bed_tbi)
|
||||||
path target_bed_tbi
|
|
||||||
|
|
||||||
output:
|
output:
|
||||||
tuple val(meta), path("*.candidate_small_indels.vcf.gz") , emit: candidate_small_indels_vcf
|
tuple val(meta), path("*.candidate_small_indels.vcf.gz") , emit: candidate_small_indels_vcf
|
||||||
|
|
Loading…
Reference in a new issue