We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed7e55 commit bb3cd24Copy full SHA for bb3cd24
4Pipe4.py
@@ -20,7 +20,6 @@
20
import shutil
21
import time
22
import configparser
23
-import TCSfilter as TCS
24
import SNPgrabber as SNPg
25
import ORFmaker
26
import Reporter
@@ -235,10 +234,9 @@ def DiscoveryTCS(basefile):
235
234
basefile + '.bam')
236
BAM_to_TCS.RunModule(basefile + '.bam', basefile + '_assembly/' +
237
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')))
+ '_out.padded.fasta',
+ int(config.get('Variables', 'minqual')),
+ int(config.get('Variables', 'mincov')))
242
243
244
def SNPgrabber(basefile):
0 commit comments