|
|
@@ -40,25 +40,36 @@ task TNseq { |
|
|
|
SAMPLE="--tumor_sample ${tumor_name}" |
|
|
|
fi |
|
|
|
|
|
|
|
# sentieon driver -t $nt -r ${ref_dir}/${fasta} \ |
|
|
|
# $INPUT $INTERVAL \ |
|
|
|
# --algo TNhaplotyper2 $SAMPLE \ |
|
|
|
# --germline_vcf ${germline_resource} \ |
|
|
|
# ${sample}.TNseq.raw.vcf \ |
|
|
|
# --algo OrientationBias --tumor_sample ${tumor_name} \ |
|
|
|
# ${sample}.orientation \ |
|
|
|
# --algo ContaminationModel $SAMPLE \ |
|
|
|
# --vcf ${germline_resource} \ |
|
|
|
# --tumor_segments ${sample}.contamination.segments \ |
|
|
|
# ${sample}.contamination |
|
|
|
|
|
|
|
# sentieon driver -t $nt \ |
|
|
|
# -r ${ref_dir}/${fasta} \ |
|
|
|
# --algo TNfilter $SAMPLE \ |
|
|
|
# -v ${sample}.TNseq.raw.vcf \ |
|
|
|
# --contamination ${sample}.contamination \ |
|
|
|
# --tumor_segments ${sample}.contamination.segments \ |
|
|
|
# --orientation_priors ${sample}.orientation \ |
|
|
|
# ${sample}.TNseq.vcf |
|
|
|
|
|
|
|
sentieon driver -t $nt -r ${ref_dir}/${fasta} \ |
|
|
|
$INPUT $INTERVAL \ |
|
|
|
--algo TNhaplotyper2 $SAMPLE \ |
|
|
|
--germline_vcf ${germline_resource} \ |
|
|
|
${sample}.TNseq.raw.vcf \ |
|
|
|
--algo OrientationBias --tumor_sample ${tumor_name} \ |
|
|
|
${sample}.orientation \ |
|
|
|
--algo ContaminationModel $SAMPLE \ |
|
|
|
--vcf ${germline_resource} \ |
|
|
|
--tumor_segments ${sample}.contamination.segments \ |
|
|
|
${sample}.contamination |
|
|
|
${sample}.TNseq.raw.vcf |
|
|
|
|
|
|
|
sentieon driver -t $nt \ |
|
|
|
-r ${ref_dir}/${fasta} \ |
|
|
|
--algo TNfilter $SAMPLE \ |
|
|
|
-v ${sample}.TNseq.raw.vcf \ |
|
|
|
--contamination ${sample}.contamination \ |
|
|
|
--tumor_segments ${sample}.contamination.segments \ |
|
|
|
--orientation_priors ${sample}.orientation \ |
|
|
|
${sample}.TNseq.vcf |
|
|
|
>>> |
|
|
|
|