:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'b2btools' .. highlight: bash b2btools ======== .. conda:recipe:: b2btools :replaces_section_title: :noindex: 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\). .. conda:package:: b2btools |downloads_b2btools| |docker_b2btools| :versions: ``3.0.6-0``,  ``3.0.5-0``,  ``3.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: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`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: (see `b2btools/tags`_ for valid values for ````) .. |downloads_b2btools| image:: https://img.shields.io/conda/dn/bioconda/b2btools.svg?style=flat :target: https://anaconda.org/bioconda/b2btools :alt: (downloads) .. |docker_b2btools| image:: https://quay.io/repository/biocontainers/b2btools/status :target: https://quay.io/repository/biocontainers/b2btools .. _`b2btools/tags`: https://quay.io/repository/biocontainers/b2btools?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/b2btools/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/b2btools/README.html