A community effort to collect a curated set of analysis pipelines built using Nextflow.
Space: This Team is not associated with a Space
SEEK ID: https://dev.workflowhub.eu/projects/2
Public web page: https://nf-co.re/
Organisms: No Organisms specified
WorkflowHub PALs: No PALs for this Team
Team created: 24th Feb 2020
Related items
Teams: MGnify, nf-core, Workflow Hub Administration, Galaxy COVID-19, Testing, Defragmentation training school
Organizations: University of Manchester, Working from Home
Teams: MGnify, nf-core, Workflow Hub Administration
Organizations: University of Manchester

nf-kmer-similarity
This is a Nextflow workflow for running k-mer similarity
Usage
With a samples.csv file:
nextflow run czbiohub/nf-kmer-similarity --outdir s3://olgabot-maca/nf-kmer-similarity/ --samples samples.csv
With R1, R2 read pairs:
nextflow run czbiohub/nf-kmer-similarity --outdir s3://olgabot-maca/nf-kmer-similarity/ \ --read_pairs 's3://olgabot-maca/sra/homo_sapiens/smartseq2_quartzseq/{R1,R2}.fastq.gz,s3://olgabot-maca/sra/danio_rerio/smart-seq/whole_kidney_marrow_prjna393431/*{1,2}.fastq.gz' ...
Assembly, binning and annotation of metagenomes.
Introduction
This pipeline is for assembly, binning and annotation of metagenomes. It supports both short and long reads, quality trims the reads and adapters with https://github.com/OpenGene/fastp and https://github.com/rrwick/Porechop and performs basic QC with https://www.bioinformatics.babraham.ac.uk/projects/fastqc/.
The pipeline then:
assigns taxonomy to reads using https://ccb.jhu.edu/software/centrifuge/ and/or https://ccb.jhu.edu/software/kraken2/ ...
Methylation (Bisulfite-Sequencing) Best Practice analysis pipeline, part of the nf-core community..
The pipeline uses Nextflow, a bioinformatics workflow tool. It pre-processes raw data from FastQ inputs, aligns the reads and performs extensive quality-control on the results.
The pipeline is built using Nextflow, a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It comes with docker containers making installation trivial and results highly reproducible. ...
Identify and quantify peptides from mass spectrometry raw data
Introduction
nfcore/mhcquant is a bioinformatics analysis pipeline used for quantitative processing of data dependant (DDA) peptidomics data.
It was specifically designed to analyse immunopeptidomics data, which deals with the analysis of affinity purified, unspecifically cleaved peptides that have recently been discussed intensively in the context of cancer vaccines.
The workflow is based on the OpenMS C++ framework for computational ...
nf-core workflows