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 ff06d1e commit bbca4deCopy full SHA for bbca4de
4Pipe4.py
@@ -237,7 +237,7 @@ def DiscoveryTCS(basefile):
237
CAF_to_TCS.RunModule(basefile + '_assembly/' + miraproject
238
+ '_d_results/' + miraproject + '_out.caf')
239
TCS.RunModule(basefile + '_assembly/' + miraproject + '_d_results/'
240
- + miraproject + '_out.tcs', basefile + '_out.short.tcs'
+ + miraproject + '_out.tcs', basefile + '_out.short.tcs',
241
int(config.get('Variables', 'minqual')),
242
int(config.get('Variables', 'mincov')))
243
0 commit comments