Skip to content

Commit

Permalink
delete intermediate smoothed graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Apr 16, 2022
1 parent c460c91 commit b4d198b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pggb
Original file line number Diff line number Diff line change
Expand Up @@ -623,11 +623,13 @@ fi
if [[ $keep_intermediate_files != true ]];
then
rm -f "$prefix_seqwish".seqwish.{gfa,og}
rm -f "$prefix_smoothed".smooth.[0-9]*.{gfa,og}

if [[ $normalize == true ]] && [[ $write_maf == false ]];
then
rm -f "$prefix_smoothed".smooth.{gfa,og}
fi

fi

if [[ $compress == true ]];
Expand Down

0 comments on commit b4d198b

Please sign in to comment.