Skip to content

Commit 4ae1304

Browse files
authored
Remove unneeded command (#112)
1 parent ba84cb8 commit 4ae1304

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/scripts/Cicero.sh

-2
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,6 @@ find $CICERO_DATADIR/$SAMPLE/ -mindepth 2 -type f -name 'unfiltered.fusion.txt'
338338
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
339339
} 1> 03_Combine.out 2> 03_Combine.err
340340

341-
wait
342-
343341
## QC
344342
if [ ! -s $CICERO_DATADIR/$SAMPLE/unfiltered.fusion.txt ]
345343
then

0 commit comments

Comments
 (0)