Skip to content

Commit

Permalink
adding gatk_jar_link to global params
Browse files Browse the repository at this point in the history
  • Loading branch information
Mxrcon committed Apr 6, 2022
1 parent 7ef56f1 commit b3463a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/global_params.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ cohort_tsv = "${params.project}_cohort.tsv"

gatk38_jar = "${projectDir}/resources/GenomeAnalysisTK-3.8-0-ge9d806836/GenomeAnalysisTK.jar"

gatk_jar_link = "https://storage.googleapis.com/gatk-software/package-archive/gatk/GenomeAnalysisTK-3.8-0-ge9d806836.tar.bz2"

//NOTE: Setting this OPTION will skip all filtering steps and report the calculated information for all positions in the input file.
// The all_vars only needs to be activated in MTBseq. But in mtbseq-nf we'll specify it as false
all_vars = false
Expand Down

0 comments on commit b3463a9

Please sign in to comment.