wf-transcriptomes-v202/bin/workflow-glue
Neil Horner d8d8a791af Glue
2023-02-24 14:42:57 +00:00

8 lines
143 B
Python
Executable File

#!/usr/bin/env python
"""Entry point for sc_tools (single_cell_tools)."""
from workflow_glue import cli
if __name__ == '__main__':
cli()