Biobb_ml is the Biobb module collection to perform machine learning predictions.
Project description
biobb_ml
Introduction
Biobb_ml is the Biobb module collection to perform machine learning predictions. Biobb (BioExcel building blocks) packages are Python building blocks that create new layer of compatibility and interoperability over popular bioinformatics tools. The latest documentation of this package can be found in our readthedocs site: latest API documentation.
Version
v3.6.0 2021.2
Installation
Using PIP:
Important: PIP only installs the package. All the dependencies must be installed separately. To perform a complete installation, please use ANACONDA, DOCKER or SINGULARITY.
-
Installation:
pip install "biobb_ml>=3.6.0"
-
Usage: Python API documentation
Using ANACONDA:
-
Installation:
conda install -c bioconda "biobb_ml>=3.6.0"
-
Usage: With conda installation BioBBs can be used with the Python API documentation and the Command Line documentation
Using DOCKER:
-
Installation:
docker pull quay.io/biocontainers/biobb_ml:3.6.0--py_0
-
Usage:
docker run quay.io/biocontainers/biobb_ml:3.6.0--py_0 <command>
Using SINGULARITY:
MacOS users: it's strongly recommended to avoid Singularity and use Docker as containerization system.
-
Installation:
singularity pull --name biobb_ml.sif shub://bioexcel/biobb_ml
-
Usage:
singularity exec biobb_ml.sif <command>
The command list and specification can be found at the Command Line documentation.
Copyright & Licensing
This software has been developed in the MMB group at the BSC & IRB for the European BioExcel, funded by the European Commission (EU H2020 823830, EU H2020 675728).
- (c) 2015-2021 Barcelona Supercomputing Center
- (c) 2015-2021 Institute for Research in Biomedicine
Licensed under the Apache License 2.0, see the file LICENSE for details.
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.