Skip to content

Commit 66cb2b4

Browse files
committed
Update PROPERseqTools
1 parent c8a79a9 commit 66cb2b4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

bin/PROPERseqTools

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,12 @@ wait
179179
python runDeduplication_pub.py $outputDir $jobId 2>> $outputDir/${jobId}errorLog.txt
180180
wait
181181

182-
rm $target/read1_tx/mapped.sorted.bed_chunk*
183-
rm $target/read2_tx/mapped.sorted.bed_chunk*
184-
wait
185-
186182
python callPPIs_pub.py $outputDir $pCutoff $oddsCutoff $rcCutoff $jobId 2>> $outputDir/${jobId}errorLog.txt
187183
wait
188184

185+
rm $target/read1_tx/mapped.sorted.bed_chunk*
186+
rm $target/read2_tx/mapped.sorted.bed_chunk*
187+
wait
189188

190189
if [ $removeFlag == 'T' ]
191190
then

0 commit comments

Comments
 (0)