Skip to content

Commit

Permalink
Remove unneeded command (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
adthrasher authored Mar 17, 2023
1 parent ba84cb8 commit 4ae1304
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scripts/Cicero.sh
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,6 @@ find $CICERO_DATADIR/$SAMPLE/ -mindepth 2 -type f -name 'unfiltered.fusion.txt'
find $CICERO_DATADIR/$SAMPLE/ -mindepth 2 -type f -name 'unfiltered.internal.txt' -exec cat {} \; | sort -V -k 9,9 -k 10,10n -k 11,11n > $CICERO_DATADIR/$SAMPLE/unfiltered.internal.txt
} 1> 03_Combine.out 2> 03_Combine.err

wait

## QC
if [ ! -s $CICERO_DATADIR/$SAMPLE/unfiltered.fusion.txt ]
then
Expand Down

0 comments on commit 4ae1304

Please sign in to comment.