Skip to content

Commit

Permalink
Merge pull request #14 from dufeiyu/cram
Browse files Browse the repository at this point in the history
CRAM not BAM
  • Loading branch information
dufeiyu authored Jul 31, 2023
2 parents b1064cf + e9d5318 commit 2327be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Soma.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ task dragen_align {
--vc-combine-phased-variants-distance 3 --vc-enable-orientation-bias-filter true \
--qc-coverage-ignore-overlaps=true --qc-coverage-region-1 ${CoverageBed} --qc-coverage-reports-1 cov_report \
--qc-coverage-region-1-thresholds ${CovLevels} \
--intermediate-results-dir ${LocalAlignDir} --output-dir ${DragenOutdir} --output-file-prefix ${Name} --output-format BAM
--intermediate-results-dir ${LocalAlignDir} --output-dir ${DragenOutdir} --output-file-prefix ${Name} --output-format CRAM
}

runtime {
Expand Down

0 comments on commit 2327be6

Please sign in to comment.