All Projects → VascoElbrecht → Jamp

VascoElbrecht / Jamp

Licence: other
JAMP - Just Another Metabarcoding Pipeline

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Jamp

Cs Video Courses
List of Computer Science courses with video lectures.
Stars: ✭ 27,209 (+143105.26%)
Mutual labels:  bioinformatics
Hail
Scalable genomic data analysis.
Stars: ✭ 706 (+3615.79%)
Mutual labels:  bioinformatics
Pybedgraph
A Python package for fast operations on 1-dimensional genomic signal tracks
Stars: ✭ 17 (-10.53%)
Mutual labels:  bioinformatics
Getting Started With Genomics Tools And Resources
Unix, R and python tools for genomics and data science
Stars: ✭ 587 (+2989.47%)
Mutual labels:  bioinformatics
Cromwell
Scientific workflow engine designed for simplicity & scalability. Trivially transition between one off use cases to massive scale production environments
Stars: ✭ 655 (+3347.37%)
Mutual labels:  bioinformatics
Seqtk
Toolkit for processing sequences in FASTA/Q formats
Stars: ✭ 799 (+4105.26%)
Mutual labels:  bioinformatics
Ncbi Genome Download
Scripts to download genomes from the NCBI FTP servers
Stars: ✭ 494 (+2500%)
Mutual labels:  bioinformatics
Nsga Ii
an implementation of NSGA-II in java
Stars: ✭ 18 (-5.26%)
Mutual labels:  bioinformatics
React Plotly.js
A plotly.js React component from Plotly 📈
Stars: ✭ 701 (+3589.47%)
Mutual labels:  bioinformatics
Manorm
A robust model for quantitative comparison of ChIP-Seq data sets.
Stars: ✭ 16 (-15.79%)
Mutual labels:  bioinformatics
Seqkit
A cross-platform and ultrafast toolkit for FASTA/Q file manipulation in Golang
Stars: ✭ 607 (+3094.74%)
Mutual labels:  bioinformatics
Nucleus
Python and C++ code for reading and writing genomics data.
Stars: ✭ 657 (+3357.89%)
Mutual labels:  bioinformatics
Galaxy
Data intensive science for everyone.
Stars: ✭ 812 (+4173.68%)
Mutual labels:  bioinformatics
Csvtk
A cross-platform, efficient and practical CSV/TSV toolkit in Golang
Stars: ✭ 566 (+2878.95%)
Mutual labels:  bioinformatics
Splatter Paper
Data and analysis for the Splatter paper
Stars: ✭ 17 (-10.53%)
Mutual labels:  bioinformatics
Htslib
C library for high-throughput sequencing data formats
Stars: ✭ 529 (+2684.21%)
Mutual labels:  bioinformatics
Multiqc
Aggregate results from bioinformatics analyses across many samples into a single report.
Stars: ✭ 708 (+3626.32%)
Mutual labels:  bioinformatics
Helmsman
highly-efficient & lightweight mutation signature matrix aggregation
Stars: ✭ 19 (+0%)
Mutual labels:  bioinformatics
Cookiecutter
DEPRECIATED! Please use nf-core/tools instead
Stars: ✭ 18 (-5.26%)
Mutual labels:  bioinformatics
Scipipe
Robust, flexible and resource-efficient pipelines using Go and the commandline
Stars: ✭ 826 (+4247.37%)
Mutual labels:  bioinformatics

JAMP

Just Another Metabarcoding Pipeline - by Vasco Elbrecht - Twitter @luckylionde

JAMP is a modular metabarcoding pipeline, integrating different functions from USEARCH, VSEARCH, CUTADAPT and other programs. The pipeline is run as an R package and automatically generates the needed folders and summary statistics.

For a a short tutorial on extracting haplotypes from metabarcoding datasets take a look at the denoising quick guide-Denoising-quick-guide!).

JAMP is for non profit and accademic use only. If you wish to use JAMP comercially, please request permission from Vasco Elbrecht first. Thank you!

Initialling JAMP

Please keep in mind that JAMP needs Usearch, Vsearch, and Cutadapt installed to work properly. Thus Mac or linux based systems are recommended (and windows not officially supported!).

To install JAMP locally

# Installing dependencies needed fro JAMP
install.packages(c("bold", "XML", "seqinr", "devtools", "fastqcr"), dependencies=T)
# Load devtools and install package directly from GitHub
library("devtools")
install_github("VascoElbrecht/PrimerMiner", subdir="PrimerMiner")
install_github("tobiasgf/lulu")
install_github("VascoElbrecht/JAMP", subdir="JAMP")

You can also download the latest release of JAMP, extract and intal within R using install.packages("JAMP", repos = NULL, type="source")

Example of a system wide installation on a ubuntu|debian server:

wget https://github.com/VascoElbrecht/JAMP/archive/v0.53.tar.gz
tar -xzf v0.53.tar.gz
cd JAMP-0.53
sudo R CMD INSTALL JAMP
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].