Skip to content

Latest commit

ย 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 

Repository files navigation

NF-MetaWRAP

A Nextflow implementation of the MetaWRAP pipeline (Uritskiy et al., 2018) designed for reproducible and scalable metagenomic data analysis across diverse environments.

License - MIT Status - Alpha


โš™๏ธ Installation Guide

  1. Clone the Repository:
git clone https://github.com/rayhanmp/NF-MetaWRAP.git
cd NF-MetaWRAP
  1. Install Nextflow:
curl -s https://get.nextflow.io | bash
  1. Set Up Conda:
conda create -n nf-metawrap-env -c bioconda nextflow
conda activate nf-metawrap-env
  1. (Optional) Verify Installation:
nextflow run main.nf -profile test

๐Ÿ“š Citation & Credits

If you use NF-MetaWRAP in your work, please cite the original MetaWRAP paper:

Uritskiy, G. V., DiRuggiero, J., & Taylor, J. (2018). MetaWRAPโ€”a flexible pipeline for genome-resolved metagenomic data analysis. Microbiome, 6(1), 158. https://doi.org/10.1186/s40168-018-0541-1

If you'd like to credit NF-MetaWRAP specifically, please mention this repository in your work with:

"This research utilized the NF-MetaWRAP pipeline (GitHub Repository) for metagenomic data analysis."


๐Ÿ“œ License

This project is licensed under the MIT License.

About

A Nextflow implementation of the MetaWRAP pipeline (Uritskiy et al., 2018) for reproducible and scalable metagenomic data analysis.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors