FredHutch / easybuild-life-sciences

Howto and implementation documentation
https://fredhutch.github.io/easybuild-life-sciences/
21 stars 6 forks source link

sci package should be installed in python #372

Closed dtenenba closed 4 years ago

dtenenba commented 4 years ago

This is a package authored by SciComp and meant to be available to researchers and other users of our shared computing systems, so it should be available in all python modules:

https://pypi.org/project/sci/

fizwit commented 4 years ago

sci is part of the "-fh" Python. Python/3.7.4-foss-2019b-fh1

>>> import sci
>>> sci.__version__
'0.1.3'
>>>