Add flowcell/lane information for a library to the rest hts api.
[htsworkflow.git] / scripts / copier
1 #!/usr/bin/env python
2 import sys
3 from htsworkflow.automation.copier import main
4
5 if __name__ == "__main__":
6   sys.exit(main(sys.argv[1:]))