Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 8 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.1%) to scientific vocabulary
Keywords
Repository
Viral Metagenomics Assembly and Annotation Pipeline
Basic Info
- Host: GitHub
- Owner: OpenOmics
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://openomics.github.io/metavirs/
- Size: 695 KB
Statistics
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 3
- Releases: 7
Topics
Metadata Files
README.md
metavirs 🔬
**_Viral Metagenomics Pipeline_** [](https://doi.org/10.5281/zenodo.7120936) [](https://github.com/OpenOmics/metavirs/releases) [](https://hub.docker.com/repository/docker/skchronicles/metavirs)[](https://github.com/OpenOmics/metavirs/actions/workflows/main.yaml) [](https://github.com/OpenOmics/metavirs/actions/workflows/docs.yml) [](https://github.com/OpenOmics/metavirs/issues) [](https://github.com/OpenOmics/metavirs/blob/main/LICENSE)
Overview
Welcome to metavirs! Before getting started, we highly recommend reading through metavirs' documentation.
The ./metavirs pipeline is composed of several inter-related subcommands to set up and run the pipeline across different systems. Each of the available sub-commands performs different functions:
metavirs run: Run the metavirs pipeline with your input files.metavirs unlock: Unlocks a previous runs output directory.metavirs install: Download reference files locally.metavirs cache: Cache software containers locally.
metavirs is a comprehensive viral metagenomics pipeline to assemble, annotate, and classify microorganisms in environmental samples. It relies on technologies like Singularity1 to maintain the highest level of reproducibility. The pipeline consists of a series of data processing and quality-control steps orchestrated by Snakemake2, a flexible and scalable workflow management system, to submit jobs to a cluster.
The pipeline is compatible with data generated from Illumina short-read sequencing technologies. As input, it accepts a set of FastQ files and can be run locally on a compute instance or on-premise using a cluster. A user can define the method or mode of execution. The pipeline can submit jobs to a cluster using a job scheduler like SLURM (more coming soon!). A hybrid approach ensures the pipeline is accessible to all users.
Before getting started, we highly recommend reading through the usage section of each available sub-command.
For more information about issues or troubleshooting a problem, please check out our FAQ prior to opening an issue on Github.
Dependencies
Requires: singularity>=3.5 snakemake<=7.32.3
At the current moment, the pipeline only has two dependencies: snakemake and singularity. With that being said, snakemake and singularity must be installed on the target system. Snakemake orchestrates the execution of each step in the pipeline. To guarantee the highest level of reproducibility, each step of the pipeline relies on versioned images from DockerHub.
Installation
Please clone this repository to your local filesystem using the following command: ```bash
Clone Repository from Github
git clone https://github.com/OpenOmics/metavirs.git
Change your working directory
cd metavirs/
Add dependencies to $PATH
Biowulf users should run
module load snakemake singularity
Get usage information
./metavirs -h ```
Contribute
This site is a living document, created for and by members like you. metavirs is maintained by the members of OpenOmics and is improved by continuous feedback! We encourage you to contribute new content and make improvements to existing content via pull requests to our GitHub repository.
Citation
If you use this software, please cite it as below:
@BibTex
text
@software{Kuhn_OpenOmics_metavirs_2022,
author = {Kuhn, Skyler and Schaughency, Paul},
doi = {10.5281/zenodo.7120936},
month = {9},
title = {{OpenOmics/metavirs}},
url = {https://github.com/OpenOmics/metavirs/},
year = {2022}
}
@APA
text
Kuhn, S., & Schaughency, P. (2022). OpenOmics/metavirs [Computer software]. https://doi.org/10.5281/zenodo.7120936
For more citation style options, please visit the pipeline's Zenodo page.
References
1. Kurtzer GM, Sochat V, Bauer MW (2017). Singularity: Scientific containers for mobility of compute. PLoS ONE 12(5): e0177459.
2. Koster, J. and S. Rahmann (2018). "Snakemake-a scalable bioinformatics workflow engine." Bioinformatics 34(20): 3600.
Owner
- Name: OpenOmics
- Login: OpenOmics
- Kind: organization
- Location: United States of America
- Repositories: 9
- Profile: https://github.com/OpenOmics
Open Bioinformatics Research
Citation (CITATION.cff)
cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Kuhn
given-names: Skyler
orcid: https://orcid.org/0000-0003-0606-2125
- family-names: Schaughency
given-names: Paul
orcid: https://orcid.org/0000-0002-3358-2102
title: OpenOmics/metavirs
doi: 10.5281/zenodo.7120936
date-released: 2022-09-28
url: "https://github.com/OpenOmics/metavirs/"
GitHub Events
Total
- Create event: 6
- Release event: 1
- Issues event: 3
- Watch event: 1
- Issue comment event: 1
- Push event: 29
Last Year
- Create event: 6
- Release event: 1
- Issues event: 3
- Watch event: 1
- Issue comment event: 1
- Push event: 29
Issues and Pull Requests
Last synced: 4 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- skchronicles (5)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- Babel ==2.8.0
- GitPython ==3.1.7
- Jinja2 ==2.11.2
- Markdown ==3.2.2
- MarkupSafe ==1.1.1
- PyYAML ==5.3.1
- Pygments ==2.6.1
- click ==7.1.2
- future ==0.18.2
- gitdb ==4.0.5
- htmlmin ==0.1.12
- importlib-metadata ==1.7.0
- joblib ==0.16.0
- jsmin ==3.0.0
- livereload ==2.6.1
- lunr ==0.5.8
- mike *
- mkdocs *
- mkdocs-awesome-pages-plugin ==2.2.1
- mkdocs-git-revision-date-localized-plugin ==0.7
- mkdocs-git-revision-date-plugin *
- mkdocs-material *
- mkdocs-material-extensions *
- mkdocs-minify-plugin ==0.3.0
- mkdocs-redirects ==1.0.1
- nltk ==3.5
- pymdown-extensions ==7.1
- pytz ==2020.1
- regex ==2020.7.14
- six ==1.15.0
- smmap ==3.0.4
- tornado ==6.0.4
- tqdm ==4.48.2
- zipp ==3.1.0
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/checkout v2 composite
- docker://snakemake/snakemake v5.24.2 composite
- ubuntu 20.04 build
- ubuntu 22.04 build