A Snakemake pipeline to go from raw .subreads.bam PacBio Iso-Seq to assembled mRNA isoforms (FASTA format)
Help improve this workflow!
This workflow has been published but could be further improved with some additional meta data:- Keyword(s) in categories input, output, operation, topic
You can help improve this workflow by suggesting the addition or removal of keywords, suggest changes and report issues, or request to become a maintainer of the Workflow .
Snakemake workflow: PacBio Iso-Seq processing pipeline
Introduction
A Snakemake workflow for processing PacBio raw
subreads.bam
into polished mRNA isoforms in FASTA format.
Optionnally, long assembled mRNAs can be al
Code Snippets
95 96 97 98 99 100 | shell: "ccs " "--min-rq {params.min_accuracy} " # minimum predicted accuracy "--report-file {params.report_file} " "--num-threads {threads} " "{input.subreads} {output.css}" |
116 117 118 119 120 121 122 123 124 | shell: "lima " "--isoseq " "--peek-guess " # remove spurious false positive "--num-threads {threads} " "--log-file {params.report_file} " # Split output by resolved barcode pair name. "{input} " "{params.barcodes} " "{params.temp_filename}" |
139 140 141 142 143 144 145 146 | shell: "isoseq3 refine " "--require-polya " "--num-threads {threads} " " --log-file {params.report_file} " "{input} " "{params.barcodes} " "{output} " |
160 161 162 163 164 165 166 | shell: "isoseq3 cluster " "--num-threads {threads} " " --log-file {params.report_file} " "--verbose " "{input} " "{output} " |
181 182 | shell: "samtools fasta -o {output} {input}" |
195 196 197 198 199 200 | shell: "pbmm2 index " "--num-threads {threads} " "--preset ISOSEQ " "{input} " "{output}" |
213 214 215 216 217 218 219 220 | shell: "pbmm2 align " "--preset ISOSEQ " "--sort " "--num-threads {threads} " "{input.genome_index} " "{input.transcripts} " "{output}" |
238 239 240 241 242 243 244 245 246 | shell: "isoseq3 collapse " "--min-aln-coverage {params.min_aln_coverage} " "--min-aln-identity {params.min_aln_identity} " "--max-fuzzy-junction {params.max_fuzzy_junction} " "{input.aln} " "{input.css} " "{output.gff};" "mv {params.temp_fasta} {output.fasta} " |
257 258 | shell: "gffread {input} -T -o {output}" |
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/SilkeAllmannLab/pacbio_snakemake
Name:
pacbio_snakemake
Version:
v0.1.0
Downloaded:
0
Copyright:
Public Domain
License:
MIT License
- 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...