mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +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 = []
|
||||
|
|
Loading…
Reference in a new issue