Skip to content

Commit

Permalink
#310 fixed driver script crash on single-ended sequencing data
Browse files Browse the repository at this point in the history
  • Loading branch information
d-cameron committed Mar 12, 2020
1 parent 6075f38 commit 8ae5f7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/gridss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,9 @@ if [[ $do_preprocess == true ]] ; then
-@ $threads \
/dev/stdin \
; } 1>&2 2>> $logfile
rm $tmp_prefix.insert_size_metrics $tmp_prefix.insert_size_histogram.pdf
if [[ -f $tmp_prefix.insert_size_metrics ]] ; then
rm $tmp_prefix.insert_size_metrics $tmp_prefix.insert_size_histogram.pdf
fi
echo "$(date) ComputeSamTags|samtools $f" | tee -a $timinglogfile
{ $timecmd java -Xmx4g $jvm_args \
-cp $gridss_jar gridss.ComputeSamTags \
Expand Down

0 comments on commit 8ae5f7b

Please sign in to comment.