Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install janis-pipelines.bioinformatics via python pip




janis-pipelines.bioinformatics - Bioinformatics tools for Janis; the Pipeline creation helper, it belongs to Classifiers:

- Development Status :: 2 - Pre-Alpha
- Intended Audience :: Science/Research
- Topic :: Scientific/Engineering
- Topic :: Scientific/Engineering :: Bio-Informatics

When you know about this project and you want to new install janis-pipelines.bioinformatics to support your project or you get trouble as ModuleNotFoundError: No module named "janis-pipelines.bioinformatics" or ImportError: cannot import name "janis-pipelines.bioinformatics" in your project, let follow this tutorial to install janis-pipelines.bioinformatics



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_janis-pipelines.bioinformatics_env

- Active the virtual environment

test_janis-pipelines.bioinformatics_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_janis-pipelines.bioinformatics_env

- Active the virtual environment

source test_janis-pipelines.bioinformatics_env/bin/active


Step 2: OK, now, let flow below content to start the installation janis-pipelines.bioinformatics

To install janis-pipelines.bioinformatics on Windows(CMD):

py -m pip install janis-pipelines.bioinformatics

To install janis-pipelines.bioinformatics on Unix/macOs:

pip install janis-pipelines.bioinformatics


Step 3: If you want to install a specific janis-pipelines.bioinformatics version, add ==<janis-pipelines.bioinformatics version> to the end command line

Example:

pip install janis-pipelines.bioinformatics==0.0.1


Please see the version list below table:

VersionReleased dateCommand
janis-pipelines.bioinformatics 0.11.32021-11-19T11:01:55Windows:

py -m pip install janis-pipelines.bioinformatics==0.11.3

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.11.3

janis-pipelines.bioinformatics 0.11.12021-06-01T10:22:58Windows:

py -m pip install janis-pipelines.bioinformatics==0.11.1

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.11.1

janis-pipelines.bioinformatics 0.11.02020-12-21T07:07:23Windows:

py -m pip install janis-pipelines.bioinformatics==0.11.0

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.11.0

janis-pipelines.bioinformatics 0.10.122020-11-20T06:44:45Windows:

py -m pip install janis-pipelines.bioinformatics==0.10.12

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.10.12

janis-pipelines.bioinformatics 0.10.112020-11-20T02:20:09Windows:

py -m pip install janis-pipelines.bioinformatics==0.10.11

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.10.11

janis-pipelines.bioinformatics 0.10.102020-11-10T07:37:12Windows:

py -m pip install janis-pipelines.bioinformatics==0.10.10

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.10.10

janis-pipelines.bioinformatics 0.10.92020-11-06T12:30:42Windows:

py -m pip install janis-pipelines.bioinformatics==0.10.9

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.10.9

janis-pipelines.bioinformatics 0.10.82020-11-06T04:57:17Windows:

py -m pip install janis-pipelines.bioinformatics==0.10.8

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.10.8

janis-pipelines.bioinformatics 0.10.72020-10-12T05:07:04Windows:

py -m pip install janis-pipelines.bioinformatics==0.10.7

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.10.7

janis-pipelines.bioinformatics 0.10.62020-10-07T06:26:14Windows:

py -m pip install janis-pipelines.bioinformatics==0.10.6

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.10.6

janis-pipelines.bioinformatics 0.10.52020-08-31T05:30:41Windows:

py -m pip install janis-pipelines.bioinformatics==0.10.5

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.10.5

janis-pipelines.bioinformatics 0.10.42020-08-31T05:28:35Windows:

py -m pip install janis-pipelines.bioinformatics==0.10.4

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.10.4

janis-pipelines.bioinformatics 0.10.32020-08-06T14:39:00Windows:

py -m pip install janis-pipelines.bioinformatics==0.10.3

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.10.3

janis-pipelines.bioinformatics 0.10.22020-07-21T02:59:33Windows:

py -m pip install janis-pipelines.bioinformatics==0.10.2

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.10.2

janis-pipelines.bioinformatics 0.10.12020-07-18T06:05:23Windows:

py -m pip install janis-pipelines.bioinformatics==0.10.1

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.10.1

janis-pipelines.bioinformatics 0.10.02020-07-16T19:44:26Windows:

py -m pip install janis-pipelines.bioinformatics==0.10.0

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.10.0

janis-pipelines.bioinformatics 0.9.152020-07-14T06:42:04Windows:

py -m pip install janis-pipelines.bioinformatics==0.9.15

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.9.15

janis-pipelines.bioinformatics 0.9.142020-06-19T02:43:35Windows:

py -m pip install janis-pipelines.bioinformatics==0.9.14

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.9.14

janis-pipelines.bioinformatics 0.9.132020-05-22T05:33:18Windows:

py -m pip install janis-pipelines.bioinformatics==0.9.13

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.9.13

janis-pipelines.bioinformatics 0.9.122020-05-07T01:43:38Windows:

py -m pip install janis-pipelines.bioinformatics==0.9.12

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.9.12

janis-pipelines.bioinformatics 0.9.112020-05-05T01:09:35Windows:

py -m pip install janis-pipelines.bioinformatics==0.9.11

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.9.11

janis-pipelines.bioinformatics 0.9.102020-04-28T13:49:31Windows:

py -m pip install janis-pipelines.bioinformatics==0.9.10

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.9.10

janis-pipelines.bioinformatics 0.9.92020-04-24T00:05:36Windows:

py -m pip install janis-pipelines.bioinformatics==0.9.9

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.9.9

janis-pipelines.bioinformatics 0.9.82020-04-22T06:49:05Windows:

py -m pip install janis-pipelines.bioinformatics==0.9.8

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.9.8

janis-pipelines.bioinformatics 0.9.72020-04-02T23:38:54Windows:

py -m pip install janis-pipelines.bioinformatics==0.9.7

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.9.7

janis-pipelines.bioinformatics 0.9.62020-03-20T04:40:11Windows:

py -m pip install janis-pipelines.bioinformatics==0.9.6

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.9.6

janis-pipelines.bioinformatics 0.9.52020-03-16T07:00:34Windows:

py -m pip install janis-pipelines.bioinformatics==0.9.5

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.9.5

janis-pipelines.bioinformatics 0.9.42020-02-26T01:39:57Windows:

py -m pip install janis-pipelines.bioinformatics==0.9.4

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.9.4

janis-pipelines.bioinformatics 0.9.32020-01-24T02:46:42Windows:

py -m pip install janis-pipelines.bioinformatics==0.9.3

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.9.3

janis-pipelines.bioinformatics 0.9.22020-01-21T02:20:17Windows:

py -m pip install janis-pipelines.bioinformatics==0.9.2

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.9.2

janis-pipelines.bioinformatics 0.9.12020-01-19T23:37:03Windows:

py -m pip install janis-pipelines.bioinformatics==0.9.1

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.9.1

janis-pipelines.bioinformatics 0.9.02020-01-17T04:11:24Windows:

py -m pip install janis-pipelines.bioinformatics==0.9.0

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.9.0

janis-pipelines.bioinformatics 0.8.02019-12-09T11:59:01Windows:

py -m pip install janis-pipelines.bioinformatics==0.8.0

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.8.0

janis-pipelines.bioinformatics 0.7.22019-11-21T22:36:30Windows:

py -m pip install janis-pipelines.bioinformatics==0.7.2

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.7.2

janis-pipelines.bioinformatics 0.7.12019-10-25T05:16:22Windows:

py -m pip install janis-pipelines.bioinformatics==0.7.1

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.7.1

janis-pipelines.bioinformatics 0.7.02019-10-25T03:15:08Windows:

py -m pip install janis-pipelines.bioinformatics==0.7.0

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.7.0

janis-pipelines.bioinformatics 0.6.32019-10-08T22:42:09Windows:

py -m pip install janis-pipelines.bioinformatics==0.6.3

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.6.3

janis-pipelines.bioinformatics 0.6.22019-10-08T21:01:03Windows:

py -m pip install janis-pipelines.bioinformatics==0.6.2

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.6.2

janis-pipelines.bioinformatics 0.6.12019-10-07T03:49:26Windows:

py -m pip install janis-pipelines.bioinformatics==0.6.1

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.6.1

janis-pipelines.bioinformatics 0.6.02019-09-26T05:22:16Windows:

py -m pip install janis-pipelines.bioinformatics==0.6.0

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.6.0

janis-pipelines.bioinformatics 0.5.62019-08-22T22:58:06Windows:

py -m pip install janis-pipelines.bioinformatics==0.5.6

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.5.6

janis-pipelines.bioinformatics 0.5.52019-08-15T04:28:36Windows:

py -m pip install janis-pipelines.bioinformatics==0.5.5

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.5.5

janis-pipelines.bioinformatics 0.5.42019-08-15T01:45:37Windows:

py -m pip install janis-pipelines.bioinformatics==0.5.4

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.5.4

janis-pipelines.bioinformatics 0.5.32019-08-15T00:53:58Windows:

py -m pip install janis-pipelines.bioinformatics==0.5.3

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.5.3

janis-pipelines.bioinformatics 0.5.22019-08-07T01:20:13Windows:

py -m pip install janis-pipelines.bioinformatics==0.5.2

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.5.2

janis-pipelines.bioinformatics 0.5.12019-08-06T23:17:21Windows:

py -m pip install janis-pipelines.bioinformatics==0.5.1

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.5.1

janis-pipelines.bioinformatics 0.5.02019-07-30T12:58:44Windows:

py -m pip install janis-pipelines.bioinformatics==0.5.0

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.5.0

janis-pipelines.bioinformatics 0.4.22019-07-26T05:21:13Windows:

py -m pip install janis-pipelines.bioinformatics==0.4.2

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.4.2

janis-pipelines.bioinformatics 0.4.12019-07-25T05:32:16Windows:

py -m pip install janis-pipelines.bioinformatics==0.4.1

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.4.1

janis-pipelines.bioinformatics 0.4.02019-07-22T04:33:02Windows:

py -m pip install janis-pipelines.bioinformatics==0.4.0

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.4.0

janis-pipelines.bioinformatics 0.0.92019-07-09T05:16:17Windows:

py -m pip install janis-pipelines.bioinformatics==0.0.9

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.0.9

janis-pipelines.bioinformatics 0.0.82019-07-02T06:03:15Windows:

py -m pip install janis-pipelines.bioinformatics==0.0.8

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.0.8

janis-pipelines.bioinformatics 0.0.72019-05-30T22:54:43Windows:

py -m pip install janis-pipelines.bioinformatics==0.0.7

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.0.7

janis-pipelines.bioinformatics 0.0.62019-05-10T05:08:30Windows:

py -m pip install janis-pipelines.bioinformatics==0.0.6

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.0.6

janis-pipelines.bioinformatics 0.0.52019-02-26T23:55:22Windows:

py -m pip install janis-pipelines.bioinformatics==0.0.5

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.0.5

janis-pipelines.bioinformatics 0.0.42019-02-20T01:03:39Windows:

py -m pip install janis-pipelines.bioinformatics==0.0.4

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.0.4

janis-pipelines.bioinformatics 0.0.32019-02-14T01:21:36Windows:

py -m pip install janis-pipelines.bioinformatics==0.0.3

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.0.3

janis-pipelines.bioinformatics 0.0.22019-02-04T22:32:22Windows:

py -m pip install janis-pipelines.bioinformatics==0.0.2

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.0.2

janis-pipelines.bioinformatics 0.0.12019-02-04T21:44:41Windows:

py -m pip install janis-pipelines.bioinformatics==0.0.1

Unix/macOs:

pip install janis-pipelines.bioinformatics==0.0.1


Step 4: Otherwise, you can install janis-pipelines.bioinformatics from local archives:

Download the distribution file from janis-pipelines.bioinformatics-0.11.3.tar.gz or the specific janis-pipelines.bioinformatics version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_janis-pipelines.bioinformatics_downloaded_file>

On Unix/macOs:

pip install <path_to_janis-pipelines.bioinformatics_downloaded_file>


List distribution:

- janis_pipelines.bioinformatics-0.0.1-py3-none-any.whl
- janis-pipelines.bioinformatics-0.0.2.tar.gz
- janis_pipelines.bioinformatics-0.0.2-py3-none-any.whl
- janis-pipelines.bioinformatics-0.0.3.tar.gz
- janis_pipelines.bioinformatics-0.0.3-py3-none-any.whl
- janis-pipelines.bioinformatics-0.0.4.tar.gz
- janis_pipelines.bioinformatics-0.0.4-py3-none-any.whl
- janis-pipelines.bioinformatics-0.0.5.tar.gz
- janis_pipelines.bioinformatics-0.0.5-py3-none-any.whl
- janis-pipelines.bioinformatics-0.0.6.tar.gz
- janis_pipelines.bioinformatics-0.0.6-py3-none-any.whl
- janis-pipelines.bioinformatics-0.0.7.tar.gz
- janis_pipelines.bioinformatics-0.0.7-py3-none-any.whl
- janis-pipelines.bioinformatics-0.0.8.tar.gz
- janis_pipelines.bioinformatics-0.0.8-py3-none-any.whl
- janis-pipelines.bioinformatics-0.0.9.tar.gz
- janis_pipelines.bioinformatics-0.0.9-py3-none-any.whl
- janis-pipelines.bioinformatics-0.4.0.tar.gz
- janis_pipelines.bioinformatics-0.4.0-py3-none-any.whl
- janis-pipelines.bioinformatics-0.4.1.tar.gz
- janis_pipelines.bioinformatics-0.4.1-py3-none-any.whl
- janis-pipelines.bioinformatics-0.4.2.tar.gz
- janis_pipelines.bioinformatics-0.4.2-py3-none-any.whl
- janis-pipelines.bioinformatics-0.5.0.tar.gz
- janis_pipelines.bioinformatics-0.5.0-py3-none-any.whl
- janis-pipelines.bioinformatics-0.5.1.tar.gz
- janis_pipelines.bioinformatics-0.5.1-py3-none-any.whl
- janis-pipelines.bioinformatics-0.5.2.tar.gz
- janis_pipelines.bioinformatics-0.5.2-py3-none-any.whl
- janis-pipelines.bioinformatics-0.5.3.tar.gz
- janis_pipelines.bioinformatics-0.5.3-py3-none-any.whl
- janis-pipelines.bioinformatics-0.5.4.tar.gz
- janis_pipelines.bioinformatics-0.5.4-py3-none-any.whl
- janis-pipelines.bioinformatics-0.5.5.tar.gz
- janis_pipelines.bioinformatics-0.5.5-py3-none-any.whl
- janis-pipelines.bioinformatics-0.5.6.tar.gz
- janis_pipelines.bioinformatics-0.5.6-py3-none-any.whl
- janis-pipelines.bioinformatics-0.6.0.tar.gz
- janis_pipelines.bioinformatics-0.6.0-py3-none-any.whl
- janis-pipelines.bioinformatics-0.6.1.tar.gz
- janis_pipelines.bioinformatics-0.6.1-py3-none-any.whl
- janis-pipelines.bioinformatics-0.6.2.tar.gz
- janis_pipelines.bioinformatics-0.6.2-py3-none-any.whl
- janis-pipelines.bioinformatics-0.6.3.tar.gz
- janis_pipelines.bioinformatics-0.6.3-py3-none-any.whl
- janis-pipelines.bioinformatics-0.7.0.tar.gz
- janis_pipelines.bioinformatics-0.7.0-py3-none-any.whl
- janis-pipelines.bioinformatics-0.7.1.tar.gz
- janis_pipelines.bioinformatics-0.7.1-py3-none-any.whl
- janis-pipelines.bioinformatics-0.7.2.tar.gz
- janis_pipelines.bioinformatics-0.7.2-py3-none-any.whl
- janis-pipelines.bioinformatics-0.8.0.tar.gz
- janis_pipelines.bioinformatics-0.8.0-py3-none-any.whl
- janis-pipelines.bioinformatics-0.9.0.tar.gz
- janis_pipelines.bioinformatics-0.9.0-py3-none-any.whl
- janis-pipelines.bioinformatics-0.9.1.tar.gz
- janis_pipelines.bioinformatics-0.9.1-py3-none-any.whl
- janis-pipelines.bioinformatics-0.9.2.tar.gz
- janis_pipelines.bioinformatics-0.9.2-py3-none-any.whl
- janis-pipelines.bioinformatics-0.9.3.tar.gz
- janis_pipelines.bioinformatics-0.9.3-py3-none-any.whl
- janis-pipelines.bioinformatics-0.9.4.tar.gz
- janis_pipelines.bioinformatics-0.9.4-py3-none-any.whl
- janis-pipelines.bioinformatics-0.9.5.tar.gz
- janis_pipelines.bioinformatics-0.9.5-py3-none-any.whl
- janis-pipelines.bioinformatics-0.9.6.tar.gz
- janis_pipelines.bioinformatics-0.9.6-py3-none-any.whl
- janis-pipelines.bioinformatics-0.9.7.tar.gz
- janis_pipelines.bioinformatics-0.9.7-py3-none-any.whl
- janis-pipelines.bioinformatics-0.9.8.tar.gz
- janis_pipelines.bioinformatics-0.9.8-py3-none-any.whl
- janis-pipelines.bioinformatics-0.9.9.tar.gz
- janis_pipelines.bioinformatics-0.9.9-py3-none-any.whl
- janis-pipelines.bioinformatics-0.9.10.tar.gz
- janis_pipelines.bioinformatics-0.9.10-py3-none-any.whl
- janis-pipelines.bioinformatics-0.9.11.tar.gz
- janis_pipelines.bioinformatics-0.9.11-py3-none-any.whl
- janis-pipelines.bioinformatics-0.9.12.tar.gz
- janis_pipelines.bioinformatics-0.9.12-py3-none-any.whl
- janis-pipelines.bioinformatics-0.9.13.tar.gz
- janis_pipelines.bioinformatics-0.9.13-py3-none-any.whl
- janis-pipelines.bioinformatics-0.9.14.tar.gz
- janis_pipelines.bioinformatics-0.9.14-py3-none-any.whl
- janis-pipelines.bioinformatics-0.9.15.tar.gz
- janis_pipelines.bioinformatics-0.9.15-py3-none-any.whl
- janis-pipelines.bioinformatics-0.10.0.tar.gz
- janis_pipelines.bioinformatics-0.10.0-py3-none-any.whl
- janis-pipelines.bioinformatics-0.10.1.tar.gz
- janis_pipelines.bioinformatics-0.10.1-py3-none-any.whl
- janis-pipelines.bioinformatics-0.10.2.tar.gz
- janis_pipelines.bioinformatics-0.10.2-py3-none-any.whl
- janis-pipelines.bioinformatics-0.10.3.tar.gz
- janis_pipelines.bioinformatics-0.10.3-py3-none-any.whl
- janis-pipelines.bioinformatics-0.10.4.tar.gz
- janis_pipelines.bioinformatics-0.10.4-py3-none-any.whl
- janis-pipelines.bioinformatics-0.10.5.tar.gz
- janis_pipelines.bioinformatics-0.10.5-py3-none-any.whl
- janis-pipelines.bioinformatics-0.10.6.tar.gz
- janis_pipelines.bioinformatics-0.10.6-py3-none-any.whl
- janis-pipelines.bioinformatics-0.10.7.tar.gz
- janis_pipelines.bioinformatics-0.10.7-py3-none-any.whl
- janis-pipelines.bioinformatics-0.10.8.tar.gz
- janis_pipelines.bioinformatics-0.10.8-py3-none-any.whl
- janis-pipelines.bioinformatics-0.10.9.tar.gz
- janis_pipelines.bioinformatics-0.10.9-py3-none-any.whl
- janis-pipelines.bioinformatics-0.10.10.tar.gz
- janis_pipelines.bioinformatics-0.10.10-py3-none-any.whl
- janis-pipelines.bioinformatics-0.10.11.tar.gz
- janis_pipelines.bioinformatics-0.10.11-py3-none-any.whl
- janis-pipelines.bioinformatics-0.10.12.tar.gz
- janis-pipelines.bioinformatics-0.11.0.tar.gz
- janis_pipelines.bioinformatics-0.11.0-py3-none-any.whl
- janis-pipelines.bioinformatics-0.11.1.tar.gz
- janis_pipelines.bioinformatics-0.11.1-py3-none-any.whl
- janis-pipelines.bioinformatics-0.11.3.tar.gz
- janis_pipelines.bioinformatics-0.11.3-py3-none-any.whl


Project link:

- Homepage