-
Notifications
You must be signed in to change notification settings - Fork 28
TL;DR
Alessia Visconti edited this page Apr 13, 2021
·
4 revisions
If you want to run YAMP:
-
Install Nextflow, Docker and/or Singularity, as explained here.
-
From the command line clone the YAMP GitHub repository, which includes several configuration files (described here):
git clone https://github.com/alesssia/YAMP.git
-
Enter the YAMP folder:
cd YAMP
-
Download the additional resources, as explained here.
-
Run YAMP (with paired-end reads, default parameters, using docker containers):
nextflow run YAMP.nf --reads1 myfile_R1.fq.gz --reads2 myfile_R2.fq.gz --prefix name --mode complete -profile base,docker
Do you have single-end reads? No problem, run:
nextflow run YAMP.nf --reads1 myfile_R1.fq.gz --singleEnd true --prefix name --mode complete -profile base,docker
Do you want to know more? Have a look at the other tutorials in this wiki!
Getting started
Tips and Tricks
Tutorials