Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ params {
// Variant Calling
only_paired_variant_calling = false //if true, skips germline variant calling for normal-paired samples
ploidy = 2 //null (in ascat, test this works) // Use default value, you can use 2,3,4
ascat_chromosomes = "c(1:22, 'X')" // default value for ASCAT
ascat_min_base_qual = 20 // default value for ASCAT
ascat_min_counts = 10 // default value for ASCAT
ascat_min_map_qual = 35 // default value for ASCAT
Expand All @@ -67,8 +66,6 @@ params {
pon_tbi = null // No default PON index for GATK Mutect2
ignore_soft_clipped_bases = false // no --dont-use-soft-clipped-bases for GATK Mutect2
wes = false // Set to true, if data is exome/targeted sequencing data. Used to use correct models in various variant callers
joint_germline = false // g.vcf & joint germline calling are not run by default if HaplotypeCaller is selected


// Annotation
vep_out_format = 'vcf'
Expand Down
Loading