pybioos 0.0.4__py3-none-any.whl → 0.0.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pybioos might be problematic. Click here for more details.

bioos/__about__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  # coding:utf-8
2
2
 
3
3
  # Package version
4
- __version__ = "0.0.4"
4
+ __version__ = "0.0.6"
bioos/bioos_workflow.py CHANGED
@@ -82,14 +82,13 @@ class Bioos_workflow:
82
82
  # skip existed file upload
83
83
  if not force and target in uploaded_files:
84
84
  self.logger.info(f"Skip tos existed file {value}")
85
- continue
86
-
87
- # 这里的target是prefix
88
- self.logger.info(f"Start upload {value}.")
89
- self.ws.files.upload(value,
90
- target="input_provision/",
91
- flatten=True)
92
- self.logger.info(f"Finish upload {value}.")
85
+ else:
86
+ # 这里的target是prefix
87
+ self.logger.info(f"Start upload {value}.")
88
+ self.ws.files.upload(value,
89
+ target="input_provision/",
90
+ flatten=True)
91
+ self.logger.info(f"Finish upload {value}.")
93
92
 
94
93
  s3_location = self.ws.files.s3_urls(target)[0]
95
94
  update_dict[key] = s3_location
@@ -292,4 +291,9 @@ def bioos_workflow():
292
291
  bw.monitor_workflow()
293
292
 
294
293
  time.sleep(60)
294
+ bw.logger.info("Submission finished. Print final status for runs.")
295
+ print(bw.runs)
296
+
297
+ bw.logger.info("Start to postprocess.")
295
298
  bw.postprocess(download=parsed_args.download_results)
299
+ bw.logger.info("Postprocess finished.")
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pybioos
3
- Version: 0.0.4
4
- Summary: BioOs SDK for Python
3
+ Version: 0.0.6
4
+ Summary: BioOS SDK for Python
5
5
  Home-page: https://github.com/GBA-BI/pybioos
6
6
  Author: Jilong Liu
7
7
  Author-email: liu_jilong@gzlab.ac.cn
@@ -1,7 +1,7 @@
1
- bioos/__about__.py,sha256=URTqn3n0l7aSBzE9rNJ-ZyBy-4NFvSvTnPuQIK46hYg,56
1
+ bioos/__about__.py,sha256=6c7X3ThTtu9hGlmyqd4INLPcK6ABrCwlVEd7i0BVvAw,56
2
2
  bioos/__init__.py,sha256=4GZKi13lDTD25YBkGakhZyEQZWTER_OWQMNPoH_UM2c,22
3
3
  bioos/bioos.py,sha256=fHzOb1l5wYxw6NVYYZDiFcgk4V28BAgWEc3ev12reWs,2409
4
- bioos/bioos_workflow.py,sha256=eAVQZRJKJ8OolBJFSSUYIyPcrqN8bJnpQ4CVVFLKT6w,10054
4
+ bioos/bioos_workflow.py,sha256=MC3Bbu7t-sT7bTFd5hZaObNVctm_IBCoDBphv6kdRS8,10266
5
5
  bioos/config.py,sha256=CvFabYqV1BkFWO8fnr5vBf6xNtNzA8hAEVeEIbvAOm8,4307
6
6
  bioos/errors.py,sha256=Lzz2rkjDOTR2X9CnVkmsmqeOgmNqbi46WAxnC6LEGm0,2459
7
7
  bioos/log.py,sha256=twiCvf5IgJB7uvzANwBluSlztJN8ZrxbGZUBGlZ0vps,3204
@@ -30,9 +30,9 @@ bioos/tests/workspaces.py,sha256=LuuRrTs2XqfE5mGQyJNl9RBtuMb4NZHBJFoO8HMZVYQ,522
30
30
  bioos/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
31
  bioos/utils/common_tools.py,sha256=fgMoE_-qZjgfQtUj_pmCTyYDtbJasyfH4Gm3VQsbgBQ,1651
32
32
  bioos/utils/workflows.py,sha256=zRbwTUigoM5V5LFOgzQPm3kwxt5Ogz95OFfefJc6Fjo,133
33
- pybioos-0.0.4.dist-info/LICENSE,sha256=cPkGXsgfPgEhIns7Lt3Avxx0Uy-VbdsoP8jvNGuj3cE,1063
34
- pybioos-0.0.4.dist-info/METADATA,sha256=JWU_9arRThOHO6QfTVH68DAmy0-YT4CoUN8vIGuwb80,770
35
- pybioos-0.0.4.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
36
- pybioos-0.0.4.dist-info/entry_points.txt,sha256=8TRx1zyu7ja3x5RNaeFxeiYTj_-tiWydbuSulxi3TM0,59
37
- pybioos-0.0.4.dist-info/top_level.txt,sha256=llpzydkKVDSaWZgz3bsTUsQmhoQpc_JcRJg2-H-5a2U,6
38
- pybioos-0.0.4.dist-info/RECORD,,
33
+ pybioos-0.0.6.dist-info/LICENSE,sha256=cPkGXsgfPgEhIns7Lt3Avxx0Uy-VbdsoP8jvNGuj3cE,1063
34
+ pybioos-0.0.6.dist-info/METADATA,sha256=nAXmL2xb2kkLiBNi93ex3efK-381AcVuvb6RdyfzWrk,770
35
+ pybioos-0.0.6.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
36
+ pybioos-0.0.6.dist-info/entry_points.txt,sha256=8TRx1zyu7ja3x5RNaeFxeiYTj_-tiWydbuSulxi3TM0,59
37
+ pybioos-0.0.6.dist-info/top_level.txt,sha256=llpzydkKVDSaWZgz3bsTUsQmhoQpc_JcRJg2-H-5a2U,6
38
+ pybioos-0.0.6.dist-info/RECORD,,