Merge pull request #7 from HobnobMancer/add_version_info add version info
Merge pull request #7 from HobnobMancer/add_version_info
add version info
Repository containing utility and miscellaneous scripts and functions for use in bioinformatic pipelines, primarily written in Python3.
The name is derived from the primary host organisation (University of St Andrews) when the repo was firsted established.
The easiest way to install saintBioutils and include the (sub)modules and functions is to install the package via pip, using the following command:
saintBioutils
pip
pip3 install saintBioutils
This ensures all dependencies are installed
To install from source, clone the repository:
git clone https://github.com/HobnobMancer/saintBioutils.git
Then install the package, which ensures all dependencies are also installed:
python3 <path to the setup.py file>
genbank
uniprot
utilities
MIT License
Copyright (c) 2020-2021 University of St AndrewsCopyright (c) 2020-2021 University of StrathclydeCopyright (c) 2020-2021 UJames Hutton Institute
生物信息学通用工具库
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
saintBioutils
Repository containing utility and miscellaneous scripts and functions for use in bioinformatic pipelines, primarily written in Python3.
The name is derived from the primary host organisation (University of St Andrews) when the repo was firsted established.
Table of contents
Installation
Quick and Easy
The easiest way to install
saintBioutilsand include the (sub)modules and functions is to install the package viapip, using the following command:This ensures all dependencies are installed
From Source
To install from source, clone the repository:
Then install the package, which ensures all dependencies are also installed:
Directories
genbank- Scripts for downloading and parsing genomic assemblies from NCBI GenBankuniprot- Scripts and functions related to calling to, retrieving from and parsing data from UniProt and its APIutilities- Script and functions for utility functions for script/program utility operationsCopyright and License
MIT License
Copyright (c) 2020-2021 University of St Andrews
Copyright (c) 2020-2021 University of Strathclyde
Copyright (c) 2020-2021 UJames Hutton Institute