Snakemake workflow to perform tandem mass tag (TMT) analysis using the Trans Proteomic Pipeline (TPP)
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 to perform tandem mass tag (TMT) analysis using the Trans Proteomic Pipeline (TPP)
Code Snippets
77 78 | shell: "decoyFastaGenerator.pl {params.i} DECOY {params.o}" |
105 106 107 108 109 110 | shell: "sed 's/SAMPLE_NAME/{wildcards.sample}/g' {params.t} > {wildcards.sample}_tandem.params && " "sed 's/OUTPUT_DIR/" + basename(OUT_DIR) + "/g' {params.x} > taxonomy_{wildcards.sample}.xml && " "tandem {wildcards.sample}_tandem.params > {params.l} 2>&1 && " "mv {wildcards.sample}.tandem " + basename(OUT_DIR) + "/tandem/ &&" "rm {wildcards.sample}_tandem.params taxonomy_{wildcards.sample}.xml" |
132 133 | shell: "Tandem2XML {params.i} {params.o} > {params.l} 2>&1" |
159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 | shell: 'comet' ' -P{params.t}' ' -D{params.d}' ' -N{wildcards.sample}' ' {params.i}' ' > {params.l} 2>&1' ' && mv {wildcards.sample}.pep.xml ' + join('/data', basename(OUT_DIR), 'comet') ##--------------------------------------------------------------------------------------## ##--------------------------------------------------------------------------------------## rule PeptideProphet: input: pepXML = expand(join(OUT_DIR, '{engine}', '{sample}.pep.xml'), sample = SAMPLES, engine = ENGINES) output: PepProph = join(OUT_DIR, '{engine}', 'PepProph', 'xinteract.pep.xml') params: o = join('/data', basename(OUT_DIR), '{engine}', 'PepProph', 'xinteract.pep.xml'), l = join('/data', basename(OUT_DIR), basename(LOGS_DIR), '{engine}_PepProph.log'), d = join('/data', basename(OUT_DIR), 'database_plus_decoy.fa'), c = "/data/params/condition.xml" singularity: "docker://spctools/tpp" message: """ ------ Runing PeptideProphet search for combined mzMLs from {wildcards.engine} ------ """ threads: 16 resources: mem_mb=32000 shell: 'xinteract' ' -N{params.o}' ' -p0.0' ' -l7' ' -PPM' ' -OAP' |
224 225 226 227 228 229 230 | shell: 'InterProphetParser' ' THREADS=8' ' DECOY={params.d}' ' {params.i}' ' {params.o}' ' > {params.l} 2>&1' |
255 256 257 258 259 260 261 262 263 264 265 266 | shell: 'ProteinProphet' ' {params.i}' ' {params.o}' ' IPROPHET' ' NOGROUPWTS' ' PLOTPNG' ' EXCELPEPS' ' EXCEL.90' ' LIBRA{params.c}' ' > {params.l} 2>&1' ' && mv quantitation.tsv {params.q}' |
288 289 290 291 292 293 294 295 | shell: 'InterProphetParser' ' THREADS=8' ' DECOY={params.d}' ' {params.ic}' ' {params.it}' ' {params.o}' ' > {params.l} 2>&1' |
317 318 319 320 321 322 323 324 325 326 327 328 | shell: 'ProteinProphet' ' {params.i}' ' {params.o}' ' IPROPHET' ' NOGROUPWTS' ' PLOTPNG' ' EXCELPEPS' ' EXCEL.90' ' LIBRA{params.c}' ' > {params.l} 2>&1' ' && mv quantitation.tsv {params.q}' |
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/YazBraimah/TPP_TMT_proteomics_pipeline
Name:
tpp_tmt_proteomics_pipeline
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...