bcbio / bcbio-nextgen

Validated, scalable, community developed variant calling, RNA-seq and small RNA analysis
https://bcbio-nextgen.readthedocs.io
MIT License
994 stars 354 forks source link

No main function in bcbio.workflow.xprize module #890

Closed alexcoman closed 9 years ago

alexcoman commented 9 years ago

The main function is missing from the bcbio.workflow.xprize module.

if __name__ == "__main__":
    main(*sys.argv[1:])
chapmanb commented 9 years ago

Thanks for the heads up on the old code. I pulled this out so it's no longer an issue. Much appreciated.