Removing old arguments. We'll now be running with the defaults.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4811 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
fabb42924c
commit
27acede64d
|
|
@ -209,9 +209,9 @@ class fullCallingPipeline extends QScript {
|
|||
snps.input_file = bamFiles
|
||||
snps.group :+= "Standard"
|
||||
snps.out = new File("SnpCalls", base+".vcf")
|
||||
snps.standard_min_confidence_threshold_for_emitting = Some(10)
|
||||
snps.min_mapping_quality_score = Some(20)
|
||||
snps.min_base_quality_score = Some(20)
|
||||
//snps.standard_min_confidence_threshold_for_emitting = Some(10)
|
||||
//snps.min_mapping_quality_score = Some(20)
|
||||
//snps.min_base_quality_score = Some(20)
|
||||
snps.downsample_to_coverage = Some(qscript.downsampling_coverage)
|
||||
//snps.annotation :+= "QualByDepthV2"
|
||||
snps.DBSNP = qscript.pipeline.getProject.getDbsnpFile
|
||||
|
|
|
|||
Loading…
Reference in New Issue