We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700dccc commit f246999Copy full SHA for f246999
1 file changed
4Pipe4.py
@@ -233,7 +233,9 @@ def DiscoveryTCS(basefile):
233
print("\nRunning SNP Discovery tool module...")
234
SAM_to_BAM.RunModule(basefile + '.sam',
235
basefile + '.bam')
236
- BAM_to_TCS.RunModule(basefile + '.bam')
+ 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')))
0 commit comments