aboutsummaryrefslogtreecommitdiff
path: root/bh20sequploader/main.py
diff options
context:
space:
mode:
authorPeter Amstutz2020-04-07 13:31:49 -0400
committerPeter Amstutz2020-04-07 13:31:49 -0400
commitafbc3ec99f638a2f8df96a8e952b5b9616dc99a8 (patch)
tree053026743a51c1dde44b5ff1f8b1d6aa248ac54b /bh20sequploader/main.py
parent9b1c125f91469074c7586a1278d89b85919e3eae (diff)
downloadbh20-seq-resource-afbc3ec99f638a2f8df96a8e952b5b9616dc99a8.tar.gz
bh20-seq-resource-afbc3ec99f638a2f8df96a8e952b5b9616dc99a8.tar.lz
bh20-seq-resource-afbc3ec99f638a2f8df96a8e952b5b9616dc99a8.zip
Now moves collections into 'validated sequences' project
Improve logging for seq service Fix uploader bug Runs workflow with all validated sequences.
Diffstat (limited to 'bh20sequploader/main.py')
-rw-r--r--bh20sequploader/main.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bh20sequploader/main.py b/bh20sequploader/main.py
index 17ad492..d3ebc0c 100644
--- a/bh20sequploader/main.py
+++ b/bh20sequploader/main.py
@@ -49,4 +49,5 @@ def main():
(properties['upload_user'], properties['upload_ip']),
properties=properties, ensure_unique_name=True)
-main()
+if __name__ == "__main__":
+ main()