Skip to content

A snakemake workflow to create reference indices and other supplementary files for analysis

Notifications You must be signed in to change notification settings

pd321/create-reference-indices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-reference-indices

A snakemake workflow to create reference indices and other supplementary files required for sequence analysis

Usage

Editing config file

Edit config file to point to correct reference fasta and gtf annotation file.

fa: 'ftp://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_31/GRCh37_mapping/GRCh37.primary_assembly.genome.fa.gz'
gtf: 'ftp://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_31/GRCh37_mapping/gencode.v31lift37.annotation.gtf.gz'

Refer to the config file for details of other configurable params

Launching the workflow

Launch using conda as follows

snakemake --use-conda

This will tell snakemake to create environments for the different tools used.

About

A snakemake workflow to create reference indices and other supplementary files for analysis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages