Skip to content
Snippets Groups Projects
Verified Commit 78ed7b01 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

gatk4: fix include path

parent 92e0e00a
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,12 @@ container_url = "broadinstitute/gatk:${version}"
include {
index_fasta as samtools_index_fasta;
} from './nf_modules/samtools/main.nf'
} from './../nf_modules/samtools/main.nf'
include {
index_fasta as picard_index_fasta;
index_bam as picard_index_bam;
mark_duplicate;
} from './nf_modules/picard/main.nf'
} from './../nf_modules/picard/main.nf'
params.variant_calling_out = ""
workflow germline_cohort_data_variant_calling {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment