mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 21:53:10 +00:00
Update main.nf
This commit is contained in:
parent
16062f6425
commit
025e214cd6
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ include { GATK3_UNIFIEDGENOTYPER } from '../../../../modules/gatk3/unifiedgenoty
|
||||||
workflow test_gatk3_unifiedgenotyper {
|
workflow test_gatk3_unifiedgenotyper {
|
||||||
|
|
||||||
input = file(params.test_data['sarscov2']['illumina']['test_single_end_bam'], checkIfExists: true)
|
input = file(params.test_data['sarscov2']['illumina']['test_single_end_bam'], checkIfExists: true)
|
||||||
|
ref = file(params.test_data['sarscov2']['genome']['genome_fasta'], checkIfExists: true)
|
||||||
|
|
||||||
GATK3_UNIFIEDGENOTYPER ( input )
|
GATK3_UNIFIEDGENOTYPER ( input, ref )
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue