|
|
@@ -26,8 +26,8 @@ task batch { |
|
|
|
mkdir -p /cromwell_root/tmp/cnvkit |
|
|
|
|
|
|
|
# must exist parameters |
|
|
|
cp ${fasta} /cromwell_root/tmp/cnvkit/hg38.fa |
|
|
|
cp ${faidx} /cromwell_root/tmp/cnvkit/hg38.fai |
|
|
|
cp ${fasta} /cromwell_root/tmp/cnvkit/hg_ref.fa |
|
|
|
cp ${faidx} /cromwell_root/tmp/cnvkit/hg_ref.fai |
|
|
|
cp ${bed} /cromwell_root/tmp/cnvkit/target.bed |
|
|
|
cp ${access_bed} /cromwell_root/tmp/cnvkit/access-mappable.bed |
|
|
|
|
|
|
@@ -40,7 +40,7 @@ task batch { |
|
|
|
cnvkit.py batch -p $nt ${sep=' ' tumor_bam} --normal ${sep=' ' normal_bam} \ |
|
|
|
--method ${method} --segment-method ${segment_method} \ |
|
|
|
--targets target.bed ${access_opt} ${annotate_opt} \ |
|
|
|
--fasta hg38.fa ${reference_opt} \ |
|
|
|
--fasta hg_ref.fa ${reference_opt} \ |
|
|
|
--output-reference ${sample_id}.reference.cnn \ |
|
|
|
--output-dir ./results/ \ |
|
|
|
--drop-low-coverage --diagram --scatter |