Skip to content

Commit f246999

Browse files
committed
Added support for fasta reading for TCS creation in the main script.
1 parent 700dccc commit f246999

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

4Pipe4.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,9 @@ def DiscoveryTCS(basefile):
233233
print("\nRunning SNP Discovery tool module...")
234234
SAM_to_BAM.RunModule(basefile + '.sam',
235235
basefile + '.bam')
236-
BAM_to_TCS.RunModule(basefile + '.bam')
236+
BAM_to_TCS.RunModule(basefile + '.bam', basefile + '_assembly/' +
237+
miraproject + '_d_results/' + miraproject +
238+
'_out.padded.fasta')
237239
TCS.RunModule(basefile + '.tcs', basefile + '_out.short.tcs',
238240
int(config.get('Variables', 'minqual')),
239241
int(config.get('Variables', 'mincov')))

0 commit comments

Comments
 (0)