biobb-radiospineomics


Namebiobb-radiospineomics JSON
Version 1.1.20 PyPI version JSON
download
home_pagehttps://github.com/TerMcs/radiospineomics
SummaryBiobb_Radiospineomics is a wrapped code for the extraction of conventional IVD features and radiomics from T2-weighted MRI
upload_time2024-03-19 11:45:41
maintainer
docs_urlNone
authorBiobb developers
requires_python>=3.8
license
keywords bioinformatics workflows bioexcel compatibility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![](https://img.shields.io/github/v/tag/bioexcel/biobb_template?label=Version)](https://GitHub.com/bioexcel/biobb_template/tags/)

[![](https://img.shields.io/badge/OS-Unix%20%7C%20MacOS-blue)](https://github.com/bioexcel/biobb_template)
[![](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![](https://img.shields.io/badge/Open%20Source%3f-Yes!-blue)](https://github.com/bioexcel/biobb_template)

[![](https://readthedocs.org/projects/biobb-template/badge/?version=latest&label=Docs)](https://biobb-template.readthedocs.io/en/latest/?badge=latest)
[![](https://img.shields.io/website?down_message=Offline&label=Biobb%20Website&up_message=Online&url=https%3A%2F%2Fmmb.irbbarcelona.org%2Fbiobb%2F)](https://mmb.irbbarcelona.org/biobb/)
[![](https://img.shields.io/badge/Youtube-tutorial-blue?logo=youtube&logoColor=red)](https://www.youtube.com/watch?v=ou1DOGNs0xM)
[![](https://zenodo.org/badge/DOI/10.1038/s41597-019-0177-4.svg)](https://doi.org/10.1038/s41597-019-0177-4)
[![](https://img.shields.io/endpoint?color=brightgreen&url=https%3A%2F%2Fapi.juleskreuer.eu%2Fcitation-badge.php%3Fshield%26doi%3D10.1038%2Fs41597-019-0177-4)](https://www.nature.com/articles/s41597-019-0177-4#citeas)

[![](https://docs.bioexcel.eu/biobb_template/junit/testsbadge.svg)](https://docs.bioexcel.eu/biobb_template/junit/report.html)
[![](https://docs.bioexcel.eu/biobb_template/coverage/coveragebadge.svg)](https://docs.bioexcel.eu/biobb_template/coverage/)
[![](https://docs.bioexcel.eu/biobb_template/flake8/flake8badge.svg)](https://docs.bioexcel.eu/biobb_template/flake8/)
[![](https://img.shields.io/github/last-commit/bioexcel/biobb_template?label=Last%20Commit)](https://github.com/bioexcel/biobb_template/commits/master)
[![](https://img.shields.io/github/issues/bioexcel/biobb_template.svg?color=brightgreen&label=Issues)](https://GitHub.com/bioexcel/biobb_template/issues/)


# biobb_template

## Introduction
Biobb_template is a complete code template to promote and facilitate the creation of
new Biobbs by the community.
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](http://biobb-template.readthedocs.io/en/latest/).

## Version
v4.1.0 2023.4

## Installation

If you have no experience with anaconda, please first take a look to the [New with anaconda?](https://biobb-documentation.readthedocs.io/en/latest/first_steps.html#new-with-anaconda) section of the [official documentation](https://biobb-documentation.readthedocs.io/en/latest/).

### Download repository

Although the biobb_template repository is available at GitHub and thus you can clone it, we strongly recommend you to [**download it compressed**](https://github.com/bioexcel/biobb_template/archive/master.zip) and start your new project from scratch. 

### Create new conda environment

Once you have the project unzipped in your computer, please follow the next steps to create a new conda environment:

```console
cd biobb_template-master
conda env create -f conda_env/environment.yml
```

### Update environment paths

Edit **conda_env/biobb_template.pth** with the paths to your *biobb_template* folder. Example:

```console
/home/user_name/projects/biobb_template/
/home/user_name/projects/biobb_template/biobb_template/biobb_template
```

Copy the edited **conda_env/biobb_template.pth** file to the site-packages folder of your environment. This folder is in */[anaconda-path]/envs/biobb_template/lib/python3.7/site-packages*, where */[anaconda-path]* is usually */anaconda3* or */opt/conda*.

```console
cp conda_env/biobb_template.pth /[anaconda-path]/envs/biobb_template/lib/python3.7/site-packages
```

### Activate environment

Then, activate the recently created *biobb_template* conda environment:

```console
conda activate biobb_template
```

### Create repository

This template includes some folders not standard for a biobb, such as **biobb_template/adapters/**, **biobb_template/notebooks/** or **conda_env/**. For the sake of having a pure biobb structure, you should uncomment the three last lines of the **.gitignore** file before creating a new git repository:

```console
biobb_template/adapters
biobb_template/notebooks
conda_env
```
Then, inialitize repository:

```console
git init
```

### Binary paths configuration

Additionally, it's recommendable to configure binary paths in your environment in order to ease the command line execution. More info about this subject in the [Binary path configuration](https://biobb-documentation.readthedocs.io/en/latest/execution.html#binary-path-configuration) section of the [official documentation](https://biobb-documentation.readthedocs.io/en/latest/).

## Run tests

To run tests, please execute the following instruction:

```console
pytest /path/to/biobb_template/biobb_template/test/unitests/test_template/test_template.py
```
Or, if you prefer to show the BioBB output during the test process:

```console
pytest -s /path/to/biobb_template/biobb_template/test/unitests/test_template/test_template.py
```

## Documentation

[Click here to find the API Documentation example](https://biobb-template.readthedocs.io/en/latest/template.html) for this template and [here for Command Line documentation](http://biobb-template.readthedocs.io/en/latest/command_line.html).

And here you can find [the full documentation](https://biobb-documentation.readthedocs.io/en/latest/) about how to build a new **BioExcel building block** from scratch.

## Copyright & Licensing
This software has been developed in the [MMB group](http://mmb.irbbarcelona.org) at the [BSC](http://www.bsc.es/) & [IRB](https://www.irbbarcelona.org/) for the [European BioExcel](http://bioexcel.eu/), funded by the European Commission (EU H2020 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)).

* (c) 2015-2022 [Barcelona Supercomputing Center](https://www.bsc.es/)
* (c) 2015-2022 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/)

Licensed under the
[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see the file LICENSE for details.

![](https://bioexcel.eu/wp-content/uploads/2019/04/Bioexcell_logo_1080px_transp.png "Bioexcel")

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TerMcs/radiospineomics",
    "name": "biobb-radiospineomics",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Bioinformatics Workflows BioExcel Compatibility",
    "author": "Biobb developers",
    "author_email": "maria.ferri@bsc.es",
    "download_url": "https://files.pythonhosted.org/packages/63/18/54967b1da69cd0030af20cb8c4f785dfa4a1f0d584a99ec422905640e16f/biobb_radiospineomics-1.1.20.tar.gz",
    "platform": null,
    "description": "[![](https://img.shields.io/github/v/tag/bioexcel/biobb_template?label=Version)](https://GitHub.com/bioexcel/biobb_template/tags/)\n\n[![](https://img.shields.io/badge/OS-Unix%20%7C%20MacOS-blue)](https://github.com/bioexcel/biobb_template)\n[![](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![](https://img.shields.io/badge/Open%20Source%3f-Yes!-blue)](https://github.com/bioexcel/biobb_template)\n\n[![](https://readthedocs.org/projects/biobb-template/badge/?version=latest&label=Docs)](https://biobb-template.readthedocs.io/en/latest/?badge=latest)\n[![](https://img.shields.io/website?down_message=Offline&label=Biobb%20Website&up_message=Online&url=https%3A%2F%2Fmmb.irbbarcelona.org%2Fbiobb%2F)](https://mmb.irbbarcelona.org/biobb/)\n[![](https://img.shields.io/badge/Youtube-tutorial-blue?logo=youtube&logoColor=red)](https://www.youtube.com/watch?v=ou1DOGNs0xM)\n[![](https://zenodo.org/badge/DOI/10.1038/s41597-019-0177-4.svg)](https://doi.org/10.1038/s41597-019-0177-4)\n[![](https://img.shields.io/endpoint?color=brightgreen&url=https%3A%2F%2Fapi.juleskreuer.eu%2Fcitation-badge.php%3Fshield%26doi%3D10.1038%2Fs41597-019-0177-4)](https://www.nature.com/articles/s41597-019-0177-4#citeas)\n\n[![](https://docs.bioexcel.eu/biobb_template/junit/testsbadge.svg)](https://docs.bioexcel.eu/biobb_template/junit/report.html)\n[![](https://docs.bioexcel.eu/biobb_template/coverage/coveragebadge.svg)](https://docs.bioexcel.eu/biobb_template/coverage/)\n[![](https://docs.bioexcel.eu/biobb_template/flake8/flake8badge.svg)](https://docs.bioexcel.eu/biobb_template/flake8/)\n[![](https://img.shields.io/github/last-commit/bioexcel/biobb_template?label=Last%20Commit)](https://github.com/bioexcel/biobb_template/commits/master)\n[![](https://img.shields.io/github/issues/bioexcel/biobb_template.svg?color=brightgreen&label=Issues)](https://GitHub.com/bioexcel/biobb_template/issues/)\n\n\n# biobb_template\n\n## Introduction\nBiobb_template is a complete code template to promote and facilitate the creation of\nnew Biobbs by the community.\nBiobb (BioExcel building blocks) packages are Python building blocks that\ncreate new layer of compatibility and interoperability over popular\nbioinformatics tools.\nThe latest documentation of this package can be found in our readthedocs site:\n[latest API documentation](http://biobb-template.readthedocs.io/en/latest/).\n\n## Version\nv4.1.0 2023.4\n\n## Installation\n\nIf you have no experience with anaconda, please first take a look to the [New with anaconda?](https://biobb-documentation.readthedocs.io/en/latest/first_steps.html#new-with-anaconda) section of the [official documentation](https://biobb-documentation.readthedocs.io/en/latest/).\n\n### Download repository\n\nAlthough the biobb_template repository is available at GitHub and thus you can clone it, we strongly recommend you to [**download it compressed**](https://github.com/bioexcel/biobb_template/archive/master.zip) and start your new project from scratch. \n\n### Create new conda environment\n\nOnce you have the project unzipped in your computer, please follow the next steps to create a new conda environment:\n\n```console\ncd biobb_template-master\nconda env create -f conda_env/environment.yml\n```\n\n### Update environment paths\n\nEdit **conda_env/biobb_template.pth** with the paths to your *biobb_template* folder. Example:\n\n```console\n/home/user_name/projects/biobb_template/\n/home/user_name/projects/biobb_template/biobb_template/biobb_template\n```\n\nCopy the edited **conda_env/biobb_template.pth** file to the site-packages folder of your environment. This folder is in */[anaconda-path]/envs/biobb_template/lib/python3.7/site-packages*, where */[anaconda-path]* is usually */anaconda3* or */opt/conda*.\n\n```console\ncp conda_env/biobb_template.pth /[anaconda-path]/envs/biobb_template/lib/python3.7/site-packages\n```\n\n### Activate environment\n\nThen, activate the recently created *biobb_template* conda environment:\n\n```console\nconda activate biobb_template\n```\n\n### Create repository\n\nThis template includes some folders not standard for a biobb, such as **biobb_template/adapters/**, **biobb_template/notebooks/** or **conda_env/**. For the sake of having a pure biobb structure, you should uncomment the three last lines of the **.gitignore** file before creating a new git repository:\n\n```console\nbiobb_template/adapters\nbiobb_template/notebooks\nconda_env\n```\nThen, inialitize repository:\n\n```console\ngit init\n```\n\n### Binary paths configuration\n\nAdditionally, it's recommendable to configure binary paths in your environment in order to ease the command line execution. More info about this subject in the [Binary path configuration](https://biobb-documentation.readthedocs.io/en/latest/execution.html#binary-path-configuration) section of the [official documentation](https://biobb-documentation.readthedocs.io/en/latest/).\n\n## Run tests\n\nTo run tests, please execute the following instruction:\n\n```console\npytest /path/to/biobb_template/biobb_template/test/unitests/test_template/test_template.py\n```\nOr, if you prefer to show the BioBB output during the test process:\n\n```console\npytest -s /path/to/biobb_template/biobb_template/test/unitests/test_template/test_template.py\n```\n\n## Documentation\n\n[Click here to find the API Documentation example](https://biobb-template.readthedocs.io/en/latest/template.html) for this template and [here for Command Line documentation](http://biobb-template.readthedocs.io/en/latest/command_line.html).\n\nAnd here you can find [the full documentation](https://biobb-documentation.readthedocs.io/en/latest/) about how to build a new **BioExcel building block** from scratch.\n\n## Copyright & Licensing\nThis software has been developed in the [MMB group](http://mmb.irbbarcelona.org) at the [BSC](http://www.bsc.es/) & [IRB](https://www.irbbarcelona.org/) for the [European BioExcel](http://bioexcel.eu/), funded by the European Commission (EU H2020 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)).\n\n* (c) 2015-2022 [Barcelona Supercomputing Center](https://www.bsc.es/)\n* (c) 2015-2022 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/)\n\nLicensed under the\n[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see the file LICENSE for details.\n\n![](https://bioexcel.eu/wp-content/uploads/2019/04/Bioexcell_logo_1080px_transp.png \"Bioexcel\")\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Biobb_Radiospineomics is a wrapped code for the extraction of conventional IVD features and radiomics from T2-weighted MRI",
    "version": "1.1.20",
    "project_urls": {
        "Bioexcel": "https://bioexcel.eu/",
        "Documentation": "https://github.com/TerMcs/radiospineomics",
        "Homepage": "https://github.com/TerMcs/radiospineomics"
    },
    "split_keywords": [
        "bioinformatics",
        "workflows",
        "bioexcel",
        "compatibility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2bbff45031d63e609c5471836a14569d363b7ec7d69296cd3bd0e067803c18b",
                "md5": "15517a4d97d6370fc5880db423e866ee",
                "sha256": "e48f42396071b0b8394de4db4d56c478cdd81971ed3498e8e13c0c2d1fc6756c"
            },
            "downloads": -1,
            "filename": "biobb_radiospineomics-1.1.20-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "15517a4d97d6370fc5880db423e866ee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 27356,
            "upload_time": "2024-03-19T11:45:40",
            "upload_time_iso_8601": "2024-03-19T11:45:40.013763Z",
            "url": "https://files.pythonhosted.org/packages/d2/bb/ff45031d63e609c5471836a14569d363b7ec7d69296cd3bd0e067803c18b/biobb_radiospineomics-1.1.20-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "631854967b1da69cd0030af20cb8c4f785dfa4a1f0d584a99ec422905640e16f",
                "md5": "0a5b7ccb31e96d049cc5cc4868a4f05f",
                "sha256": "1333b4fa4a9928b1b30cc3209ee5752466f966fdf7fa16f3acbd3a823c6b0e82"
            },
            "downloads": -1,
            "filename": "biobb_radiospineomics-1.1.20.tar.gz",
            "has_sig": false,
            "md5_digest": "0a5b7ccb31e96d049cc5cc4868a4f05f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 21704,
            "upload_time": "2024-03-19T11:45:41",
            "upload_time_iso_8601": "2024-03-19T11:45:41.775684Z",
            "url": "https://files.pythonhosted.org/packages/63/18/54967b1da69cd0030af20cb8c4f785dfa4a1f0d584a99ec422905640e16f/biobb_radiospineomics-1.1.20.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-19 11:45:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TerMcs",
    "github_project": "radiospineomics",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "biobb-radiospineomics"
}
        
Elapsed time: 0.21361s