16smart
16s rRNA Sequencing Meta-analysis Reproducibility Tool (using mothur).
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.3%) to scientific vocabulary
Keywords
Repository
16s rRNA Sequencing Meta-analysis Reproducibility Tool (using mothur).
Basic Info
Statistics
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
16SMaRT
16s rRNA Sequencing Meta-analysis Reconstruction Tool.
Table of Contents
Features
- Supports single-end and paired-end Illumina data.
- Quality Control using FASTQC and MultiQC.
- Trimming using mothur.
- Analysis using phyloseq.
- Multi-Processing.
- Docker + Singularity support.
Quick Start
Using Docker
First, install docker onto your system (can be followed via docker's documentation).
Then, you can run simply run 16SMaRT by the following command:
docker run \
--rm -it \
-v "<HOST_MACHINE_PATH_DATA>:/data" \
-v "<HOST_MACHINE_PATH_CONFIG>:/root/.config/s3mart \
-v "<HOST_MACHINE_PATH_WORKSPACE>:/work \
ghcr.io/achillesrasquinha/s3mart \
bpyutils --run-ml s3mart -p "data_dir=/data" --verbose
where <HOST_MACHINE_PATH_DATA> is the path to your host machine to store pipeline data and <HOST_MACHINE_PATH_CONFIG> is the path to store 16SMaRT configuration and intermediate data. <HOST_MACHINE_PATH_WORKSPACE> is a workspace directory for you to store your files that can be used by 16SMaRT (e.g. input files).
Running on HPC systems using Singularity
Singularity is the most widely used container system for HPC (High-Performance Computing) systems. In order to run your analysis on an HPC system, simply run the following command.
singularity run \
--home $HOME \
--cleanenv \
-B <HOST_MACHINE_PATH_DATA>:/data \
-B <HOST_MACHINE_PATH_CONFIG>:/root/.config/s3mart \
-B <HOST_MACHINE_PATH_WORKSPACE>:/work \
oras://ghcr.io/achillesrasquinha/s3mart:singularity \
bpyutils --run-ml s3mart -p "data_dir=/data" --verbose
Usage
Basic Usage
-
Path to input CSV file, data directory of FASTQ files, URL to CSV file.
-
Run FASTQC after downloading SRAs. (boolean, default -
True) -
Run MultiQC after performing FASTQC. (boolean, default -
True)
Check out the docs page to understand how to use this pipeline.
Support
Have any queries? Post an issue on the GitHub Issue Tracker.
Citation
If you use this software in your work, please cite it using the following:
Furbeck, R., & Rasquinha, A. (2021). 16SMaRT - 16s rRNA Sequencing Meta-analysis Reconstruction Tool. (Version 0.1.0) [Computer software]. https://github.com/achillesrasquinha/16SMaRT
A comprehensive list of references for the tools used is listed here.
License
This repository has been released under the MIT License.
Owner
- Name: Achilles Rasquinha
- Login: achillesrasquinha
- Kind: user
- Location: Madison, Wisconsin
- Company: @aws
- Repositories: 13
- Profile: https://github.com/achillesrasquinha
I write code that automates my job.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 3
- Total pull requests: 0
- Average time to close issues: 4 days
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- achillesrasquinha (2)
- furbeck (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- Flask * development
- bumpversion * development
- ipython * development
- jedi <0.18 development
- jupyter * development
- pipenv * development
- pre-commit * development
- safety * development
- twine * development
- vulture * development
- ipykernel *
- nbsphinx *
- recommonmark *
- sphinx *
- sphinx-autobuild *
- autopep8 *
- pylint *
- BioPython *
- bpyutils *
- cutadapt *
- jinja2 *
- multiqc *
- parallel-fastq-dump *
- requests *
- rpy2 *
- tqdm *
- coveralls * test
- docstr-coverage * test
- pluggy <1,>=0.12.0 test
- pytest * test
- pytest-clarity * test
- pytest-cov * test
- pytest-sugar * test
- pytest-xdist * test
- tox * test
- BioPython * development
- Flask * development
- autopep8 * development
- bpyutils * development
- bumpversion * development
- coveralls * development
- cutadapt * development
- docstr-coverage * development
- ipykernel * development
- ipython * development
- jedi <0.18 development
- jinja2 * development
- jupyter * development
- multiqc * development
- nbsphinx * development
- parallel-fastq-dump * development
- pipenv * development
- pluggy <1,>=0.12.0 development
- pre-commit * development
- pylint * development
- pytest * development
- pytest-clarity * development
- pytest-cov * development
- pytest-sugar * development
- pytest-xdist * development
- recommonmark * development
- requests * development
- rpy2 * development
- safety * development
- sphinx * development
- sphinx-autobuild * development
- tox * development
- tqdm * development
- twine * development
- vulture * development
- BioPython *
- Flask *
- autopep8 *
- bpyutils *
- bumpversion *
- coveralls *
- cutadapt *
- docstr-coverage *
- ipykernel *
- ipython *
- jedi <0.18
- jinja2 *
- jupyter *
- multiqc *
- nbsphinx *
- parallel-fastq-dump *
- pipenv *
- pluggy <1,>=0.12.0
- pre-commit *
- pylint *
- pytest *
- pytest-clarity *
- pytest-cov *
- pytest-sugar *
- pytest-xdist *
- recommonmark *
- requests *
- rpy2 *
- safety *
- sphinx *
- sphinx-autobuild *
- tox *
- tqdm *
- twine *
- vulture *
- BioPython *
- bpyutils *
- cutadapt *
- jinja2 *
- multiqc *
- parallel-fastq-dump *
- requests *
- rpy2 *
- tqdm *
- achillesrasquinha/boilpy-action develop composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/checkout v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/checkout v2 composite
- actions/upload-artifact v2 composite
- ghcr.io/achillesrasquinha/s3mart base build
- python 3.9 build