Here you will find a small test data set to ensure that kallisto and pizzly are working properly. The contents are:
transcripts.fasta.gz
: a gzip compressed transcriptometranscripts.gtf.gz
: a small subset of the GTF file for Ensembl version 85 corresponding to the transcripts providedreads_X.fastq.gz
: gzip compressed "left" and "right" readsSnakefile
: a samplesnakemake
file (not required for running kallisto or pizzly)
Running snakemake
will go through the following pipeline
- Creates the index for use with
kallisto
- Runs
kallisto
with--fusion
to identify potential fusions - Runs
pizzly
on thekallisto
output to identify potential fusions - Creates a new index based on the transcriptome and the fusion transcripts identified by
pizzly
- Runs
kallisto
in normal quantification mode on the expanded index to quantify both normal transcripts and fusions.