recipe b2btools

bio2Byte software suite to predict protein biophysical properties from their amino-acid sequences

Homepage:

https://bio2byte.be/

Documentation:

https://bio2byte.be/b2btools/package-documentation

Developer docs:

https://pypi.org/project/b2bTools/

License:

GPL3 / GNU General Public License v3 (GPLv3)

Recipe:

/b2btools/meta.yaml

This package provides you with structural predictions for protein sequences made by the Bio2Byte group which researches the relation between protein sequence and biophysical behavior. List of available predictors:

- Dynamine: Fast predictor of protein backbone dynamics using only sequence information as input. The version here also predicts side-chain dynamics and secondary structure predictors using the same principle. - Disomine: Predicts protein disorder with recurrent neural networks not directly from the amino acid sequence, but instead from more generic predictions of key biophysical properties, here protein dynamics, secondary structure, and early folding. - EfoldMine: Predicts from the primary amino acid sequence of a protein, which amino acids are likely involved in early folding events. - AgMata: Single-sequence-based predictor of protein regions that are likely to cause beta-aggregation. - PSPer: PSP (Phase Separating Protein) predicts whether a protein is likely to phase-separate with a particular mechanism involving RNA interacts (FUS-like proteins).

package b2btools

(downloads) docker_b2btools

versions:

3.0.6-03.0.5-03.0.4-0

depends biopython:

1.81

depends certifi:

2023.5.7

depends charset-normalizer:

3.1.0

depends cycler:

0.11.0

depends exceptiongroup:

1.1.1

depends fonttools:

4.38.0

depends hmmer:

depends idna:

3.4

depends importlib-metadata:

6.7.0

depends iniconfig:

2.0.0

depends joblib:

1.2.0

depends kiwisolver:

1.4.4

depends matplotlib-base:

3.5.3

depends networkx:

2.6.3

depends numpy:

1.24.4

depends packaging:

23.1

depends pandas:

>=1.1,<=1.2

depends pillow:

9.5.0

depends pluggy:

1.2.0

depends pomegranate:

0.14.8

depends pyparsing:

3.1.0

depends python:

depends python-dateutil:

2.8.2

depends pytorch:

>=1.8.0

depends pytz:

2023.3

depends pyyaml:

6.0

depends requests:

2.31.0

depends scikit-learn:

1.0.1

depends scipy:

1.10.1

depends t-coffee:

depends threadpoolctl:

3.1.0

depends tomli:

2.0.1

depends tqdm:

4.65.0

depends typing_extensions:

4.6.3

depends urllib3:

1.26.6

depends zipp:

3.15.0

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install b2btools

and update with::

   mamba update b2btools

To create a new environment, run:

mamba create --name myenvname b2btools

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/b2btools:<tag>

(see `b2btools/tags`_ for valid values for ``<tag>``)

Download stats