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
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 .
This repository is to automate the pughlab captcr pipeline using a snakemake workflow The pipeline consists of barcode extraction, running mixcr, running QC, and clonetracking
Code Snippets
42 43 44 45 46 47 48 49 | shell: ''' python {extract_barcodes} --read1 {{input.R1}} --read2 {{input.R2}} --outfile {{params.outprefix}} {{params.barcodes}} '''.format(extract_barcodes = config['extract_barcodes_path']) |
62 63 64 65 66 67 68 | shell: '''{java} logdir/{id}.txt basedir/{input.R1} basedir/{input.R2} output.vdjca '''.format(java=java_align) |
79 80 81 82 83 | shell: '''{assemble} aligndir/alignments_{id}.vdjca {output.vdjca_res1} '''.format(assemble=assemble1) |
95 96 97 98 99 100 | shell: '''{assemble} assembledir/rescue1_{id}.vdjca {output.vdjca_res2} '''.format(assemble=assemble1) |
109 110 111 112 113 | shell: '''{assemble} assembledir/rescue2_{id}.vdjca {output.vdjca_ext} '''.format(assemble=assembleEx) |
124 125 126 127 128 129 | shell: '''{assemble} logdir/log_assemble_{id}.txt assembledir/extended_{id}.vdjca {output.clns} '''.format(assemble=assemble_f) |
140 141 142 143 144 145 | shell: '''export exportClones --chains TRA assembledir/{id}.clns {output.clones_A} ''' |
153 154 155 156 157 158 159 | shell: '''export exportClones --chains TRB assembledir {id}.clns {output.clones_B} ''' |
166 167 168 169 170 | shell: ''' python {parse_log} -i logdir -o logdir '''.format(pars_log=confgi['pars_log_path']) |
181 182 183 184 185 186 | shell: ''' Rscript {mixcr_qc} {input.a1} {input.a2} ''' |
195 196 197 198 199 200 | shell: '''Rscript {clonetracker} clonesdir {param} {type} '''.format(param=config['pattern'], type= config['chain]) |
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/arnavaz/captcr-snakemake
Name:
captcr-snakemake
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...