mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update main.nf (#314)
This commit is contained in:
parent
aa76c6d870
commit
0a4fa5050a
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
nextflow.enable.dsl = 2
|
||||
|
||||
include { TIDDIT_SV } from '../../../../software/tiddit/sv/main.nf' addParams( options: [:] )
|
||||
include { SAMTOOLS_FAIDX } from '../../../../software/samtools/faidx/main.nf' addParams( options: [:] )
|
||||
|
||||
workflow test_tiddit_sv {
|
||||
def input = []
|
||||
|
@ -23,4 +22,4 @@ workflow test_tiddit_sv_no_ref {
|
|||
[ file("${launchDir}/tests/data/genomics/sarscov2/bam/test_paired_end.sorted.bam", checkIfExists: true) ] ]
|
||||
|
||||
TIDDIT_SV ( input, [], [] )
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue