GBprocesS allows for the extraction of genomic inserts from NGS data for GBS experiments
Project description
# Gbprocess
## Description
GBprocesS allows for the extraction of genomic inserts from NGS data for GBS experiments. Preprocessing is performed in different stages that are part of a linear pipeline where the steps are performed in order. GBprocesS provides a flexible way to adjust the functionality to your needs, as the operations required and the execution order vary depending on the GBS protocol used.
## Documentation
An extensive manual of the GBprocesS package can be found on [Read the Docs](https://gbprocess.readthedocs.io/en/latest/) including detailed explanations and illustrations.
## Citation
If you use GBprocesS, please cite “Schaumont, D. (2020) GBprocesS: Genotyping-by-Sequencing Data Processing Toolkit [Online]. Available online at https://gitlab.com/dschaumont/GBprocesS”
## Installation
GBprocesS is being developed and tested on Linux. Additionally, some dependencies are only developped on Linux.
### From pypi The package can be installed using the latest version of pip3:
pip install –user gbprocess-ngs
This will install GBprocesS in $HOME/.local/bin. To install at another location, a virtual environment can be used:
python3 -m venv .venv source .venv/bin/activate pip install gbprocess-ngs
### Via Git
Currently, there are two supported ways to download GBprocesS from Git. The first and easiest way is to clone the git repository:
git clone git@gitlab.com:dschaumont/gbprocess.git
The second is to download an archive:
wget https://gitlab.com/ilvo/GBprocesS/-/archive/2.0.2/GBprocesS-2.0.2.tar.gz tar -xvf GBprocesS-2.0.2.tar.gz mv GBprocesS-2.0.2 gbprocess
Afterwards, the package can be installed using the latest version of pip3:
cd gbprocess pip3 install --user .
This will install GBprocesS in $HOME/.local/bin. If an already existing installation is present, add the --upgrade parameter to install a newer version.
To install at another location, a virtual environment can be used:
python3 -m venv .venv source .venv/bin/activate cd gbprocess pip install .
A new folder .venv will be created in the current working directory, and GBprocesS will be installed at that location. Please note that you will need to activate the virtual environment again when you start a new session using the source command above.
After the installation, test if the program is correctly installed by using:
gbprocess --help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gbprocess-ngs-4.0.0.post1.tar.gz.
File metadata
- Download URL: gbprocess-ngs-4.0.0.post1.tar.gz
- Upload date:
- Size: 10.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23d5c5a90f4c43b4bc9c0f7d90c7e4061ff1f2e55a9ac711c6b209cb40a08a13
|
|
| MD5 |
bdec505ae16a11d086f410c1a1dcc4da
|
|
| BLAKE2b-256 |
e8797731e1feb0cd361df3902405347dc25eb9c935433081df99d8c29b345c1f
|
File details
Details for the file gbprocess_ngs-4.0.0.post1-py3-none-any.whl.
File metadata
- Download URL: gbprocess_ngs-4.0.0.post1-py3-none-any.whl
- Upload date:
- Size: 48.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f203407095a085d4c42db649cb9c628b8f6bffdd20e44969e37f7448265e1569
|
|
| MD5 |
30156ee014c76e9fd81b87e602755a84
|
|
| BLAKE2b-256 |
7d31059137d18df857238ede90fbf5d7f09472895265b80d68ea61a53d9eabb9
|