Skip to content

biocorecrg/master_of_pores

Repository files navigation

MoP3 - Master of Pores 3

Docker Build Status mop3-CILicense: MIT Nextflow version Nextflow DSL2 Singularity version Docker version


Master of Pores is a pipeline written in Nextflow DSL2 for the analysis of Nanopore data.

It can handle reads from direct RNAseq, cDNAseq, DNAseq etc.


MOP3

The name is inspired by the Metallica's Master Of Puppets

Install

Please install nextflow and singularity or docker before.

Then download the repo:

git clone --depth 1 --recurse-submodules https://github.com/biocorecrg/master_of_pores.git

You can use INSTALL.sh to download the version 3.4.5 of guppy or you can replace it with the version you prefer. Please consider that the support of VBZ compression of fast5 started with version 3.4.X.

cd master_of_pores; sh INSTALL.sh

Testing

You can replace -with-singularity with -with-docker if you want to use the docker engine.

cd mop_preprocess
nextflow run mop_preprocess.nf -with-singularity -bg -profile local -params-file params.yaml > log

Upgrading

To upgrade the tool you can type:

git pull --recurse-submodules

Documentation

The documentation is available at https://biocorecrg.github.io/master_of_pores/

Contact

Please open an issue if you encounter any issues/troubles. However, please go over the previous issues (including closed issues) before opening a new issue, as your same exact question might have been already answered previously. Thank you!

Reference

If you use this tool, please cite our papers:

"Nanopore Direct RNA Sequencing Data Processing and Analysis Using MasterOfPores" Cozzuto L, Delgado-Tejedor A, Hermoso Pulido T, Novoa EM, Ponomarenko J. N. Methods Mol Biol. 2023;2624:185-205. doi: 10.1007/978-1-0716-2962-8_13.

"MasterOfPores: A Workflow for the Analysis of Oxford Nanopore Direct RNA Sequencing Datasets" Luca Cozzuto, Huanle Liu, Leszek P. Pryszcz, Toni Hermoso Pulido, Anna Delgado-Tejedor, Julia Ponomarenko, Eva Maria Novoa. Front. Genet., 17 March 2020. https://doi.org/10.3389/fgene.2020.00211