Skip to content

Commit

Permalink
virusbreakend: not using --skipsoftcliprealignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Cameron committed Oct 14, 2021
1 parent ac6a2ca commit 28fd5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/virusbreakend
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ if [[ ! -f $file_gridss_vcf ]] ; then
write_status "Calling structural variants"
# backup metrics
for f in $(find $adjusteddir -name '*_metrics') ; do cp $f $f.bak ; done
# TODO: verify --skipsoftcliprealignment actually works
$timecmd gridss \
-w $adjusteddir \
-t $threads \
Expand All @@ -738,7 +739,6 @@ if [[ ! -f $file_gridss_vcf ]] ; then
--includeIndels false \
--includeSR false \
--includeDP false \
--skipsoftcliprealignment \
$gridssargs \
$bam_list_args \
1>&2 2>> $logfile
Expand Down

0 comments on commit 28fd5fa

Please sign in to comment.