Skip to content

Commit bbca4de

Browse files
committed
corrected a typo with a comma
1 parent ff06d1e commit bbca4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4Pipe4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def DiscoveryTCS(basefile):
237237
CAF_to_TCS.RunModule(basefile + '_assembly/' + miraproject
238238
+ '_d_results/' + miraproject + '_out.caf')
239239
TCS.RunModule(basefile + '_assembly/' + miraproject + '_d_results/'
240-
+ miraproject + '_out.tcs', basefile + '_out.short.tcs'
240+
+ miraproject + '_out.tcs', basefile + '_out.short.tcs',
241241
int(config.get('Variables', 'minqual')),
242242
int(config.get('Variables', 'mincov')))
243243

0 commit comments

Comments
 (0)