comparison galaxy-tools/biobank/importer/importer.py @ 0:e54d14bed3f5 draft default tip

Uploaded
author ric
date Thu, 29 Sep 2016 06:09:15 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e54d14bed3f5
1 # BEGIN_COPYRIGHT
2 # END_COPYRIGHT
3
4 import sys
5 from bl.vl.app.importer.main import main
6
7 main(sys.argv[1:])