Closed alexcoman closed 9 years ago
The main function is missing from the bcbio.workflow.xprize module.
main
if __name__ == "__main__": main(*sys.argv[1:])
Thanks for the heads up on the old code. I pulled this out so it's no longer an issue. Much appreciated.
The
main
function is missing from the bcbio.workflow.xprize module.