Skip to content

Commit bb3cd24

Browse files
committed
Put the new changes in place on the main script.
1 parent 0ed7e55 commit bb3cd24

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

4Pipe4.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import shutil
2121
import time
2222
import configparser
23-
import TCSfilter as TCS
2423
import SNPgrabber as SNPg
2524
import ORFmaker
2625
import Reporter
@@ -235,10 +234,9 @@ def DiscoveryTCS(basefile):
235234
basefile + '.bam')
236235
BAM_to_TCS.RunModule(basefile + '.bam', basefile + '_assembly/' +
237236
miraproject + '_d_results/' + miraproject +
238-
'_out.padded.fasta')
239-
TCS.RunModule(basefile + '.tcs', basefile + '_out.short.tcs',
240-
int(config.get('Variables', 'minqual')),
241-
int(config.get('Variables', 'mincov')))
237+
'_out.padded.fasta',
238+
int(config.get('Variables', 'minqual')),
239+
int(config.get('Variables', 'mincov')))
242240

243241

244242
def SNPgrabber(basefile):

0 commit comments

Comments
 (0)