mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 13:43:09 +00:00
Update main.nf
This commit is contained in:
parent
983ff735dc
commit
a071b2d44d
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ process MANTA_TUMORONLY {
|
|||
tuple val(meta), path(input), path(input_index)
|
||||
path fasta
|
||||
path fai
|
||||
path target_bed
|
||||
path target_bed_tbi
|
||||
tuple path(target_bed), path(target_bed_tbi)
|
||||
|
||||
output:
|
||||
tuple val(meta), path("*candidate_small_indels.vcf.gz") , emit: candidate_small_indels_vcf
|
||||
|
|
Loading…
Reference in a new issue