Skip to content

apr93mcr/rnavar_calling_pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RNAseq Variant Calling with Snakemake (Mutect2 and vardict)

This Snakemake pipeline performs variant calling on RNA-seq data using STAR for alignment and GATK for variant calling.

Steps

##Dependencies

  • bwa-men2
  • gatk4-4.6.1.0-0
  • samtools
  • VEP

Usage

conda install -c conda-forge mamba
mamba create -n snakemake -c bioconda -c conda-forge snakemake
snakemake -s Scripts/Snakefile --configfile Scripts/gatk_rnavar_config.yaml --jobs 10 --cores 80 --use-conda --conda-frontend conda --keep-going -n

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published