Skip to content

Commit 118d028

Browse files
committed
Dropped the now redundant filtering step and changed filenames.
1 parent 75c2efb commit 118d028

File tree

2 files changed

+1
-76
lines changed

2 files changed

+1
-76
lines changed

BAM_to_TCS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def TCSwriter(bamfile_name, fasta_d, minqual, mincov):
2424
are done simultaneously."""
2525

2626
# Set TCS file 'settings'
27-
tcsfile_name = bamfile_name[:bamfile_name.rindex(".")] + ".tcs"
27+
tcsfile_name = bamfile_name[:bamfile_name.rindex(".")] + "_out.short.tcs"
2828
TCS = open(tcsfile_name, 'w')
2929

3030
# Set bamfile 'settings'

TCSfilter.py

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)