Open t0rrant opened 5 years ago
This is a case of a misplaced template script that should not be in the bin
folder. Thank you for reporting this! :)
@cimendes is this just a case of removing that template script, as it is not actually needed, or is it supposed to be moved to another location?
Hi! This file right here should be rewritten and added as a propper template (moving to flowcraft/templates/) instead of sneakily living in the bin folder. :)
Usage of print as a macro, i.e https://github.com/assemblerflow/flowcraft/blob/master/flowcraft/bin/renamePE_samtoolsFASTQ.py#L98:
is not allowed, all
print '<string>'
references should be updated toprint('<string>')
formatted or python3 installation fails:This and other fixes can be automatically applied by using 2to3