The repository host the snakemake file for 16S rRNA and shotgun sequencing data including QIIME2 and kraken2/bracken for 16S and metaphalan3 and kraken2/bracken for shotgun.
QIIME2 with Snakemake
This is an ongoing project to generate a snakemake workflow to anlaysis 16S rRNA and shotgun seqeucnign microbial data using the following methods:
-
16S rRNA amplicon sequencing:
-
QIIME2: de Novo and DADA2
-
kraken2/bracken
-
-
Shotgun sequencing:
-
kraken2/bracken
-
MetaPhlAn3
-
Demo Sample for the 16S rRNA:
The Single-End Example
ERR1293056 is from one of the sample from PRJEB12449 with the following name:
-
ERR1293056.fastq.gz: 63.565 KB
-
ERR1293057.fastq.gz: 58,538 KB
-
ERR1293058.fastq.gz: 58,308 KB
The Paired-End Example
ERR475467 is a sample from PRJEB6070 with the following File names ERR475467_1.fastq.gz: 10, 855 KB ERR475467_2.fastq.gz: 13, 902 KB
Code Snippets
44 45 46 47 48 49 50 51 | shell: """ qiime tools import \ --type 'SampleData[SequencesWithQuality]' \ --input-path {input} \ --output-path {output} \ --input-format SingleEndFastqManifestPhred33 """ |
60 61 62 63 64 65 66 67 68 69 70 | shell: """ qiime deblur denoise-16S \ --i-demultiplexed-seqs {input} \ --p-trim-length -1 \ --p-sample-stats \ --o-representative-sequences {output.rep_seq} \ --o-table {output.table} \ --o-stats {output.stats} \ --verbose """ |
79 80 81 82 83 84 85 86 87 | shell: """ qiime vsearch cluster-features-de-novo \ --i-table {input.rep_seq} \ --i-sequences {input.table} \ --p-perc-identity {PERCENT_IDENT} \ --o-clustered-table {output.deNovo_table} \ --o-clustered-sequences {output.deNovo_req_seqs} """ |
95 96 97 98 99 100 101 | shell: """ qiime feature-classifier classify-sklearn \ --i-classifier {classifier} \ --i-reads {reads} \ --o-classification {classified_reads} """ |
108 109 110 111 112 113 | shell: """ qiime tools export \ --input-path {classified_reads} \ --output-path {DENOVO_EXPORT_DIR} """ |
Support
Do you know this workflow well? If so, you can
request seller status , and start supporting this workflow.
Created: 1yr ago
Updated: 1yr ago
Maitainers:
public
URL:
https://github.com/ksong4/snakemake_16SandShotgun
Name:
snakemake_16sandshotgun
Version:
1
Downloaded:
0
Copyright:
Public Domain
License:
None
Keywords:
- Future updates
Related Workflows

ENCODE pipeline for histone marks developed for the psychENCODE project
psychip pipeline is an improved version of the ENCODE pipeline for histone marks developed for the psychENCODE project.
The o...

Near-real time tracking of SARS-CoV-2 in Connecticut
Repository containing scripts to perform near-real time tracking of SARS-CoV-2 in Connecticut using genomic data. This pipeli...

snakemake workflow to run cellranger on a given bucket using gke.
A Snakemake workflow for running cellranger on a given bucket using Google Kubernetes Engine. The usage of this workflow ...

ATLAS - Three commands to start analyzing your metagenome data
Metagenome-atlas is a easy-to-use metagenomic pipeline based on snakemake. It handles all steps from QC, Assembly, Binning, t...
raw sequence reads
Genome assembly
Annotation track
checkm2
gunc
prodigal
snakemake-wrapper-utils
MEGAHIT
Atlas
BBMap
Biopython
BioRuby
Bwa-mem2
cd-hit
CheckM
DAS
Diamond
eggNOG-mapper v2
MetaBAT 2
Minimap2
MMseqs
MultiQC
Pandas
Picard
pyfastx
SAMtools
SemiBin
Snakemake
SPAdes
SqueezeMeta
TADpole
VAMB
CONCOCT
ete3
gtdbtk
h5py
networkx
numpy
plotly
psutil
utils
metagenomics

RNA-seq workflow using STAR and DESeq2
This workflow performs a differential gene expression analysis with STAR and Deseq2. The usage of this workflow is described ...

This Snakemake pipeline implements the GATK best-practices workflow
This Snakemake pipeline implements the GATK best-practices workflow for calling small germline variants. The usage of thi...