Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 857 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 857 Bytes

Logo

Bag of Velocyto

Cluster (Slurm) submission of velocyto alignment for RNA velocity analysis.

Inspired by iosonofabio/Bag of Stars

Work in progress

  • Add usage case

Prerequisites

Convert GFF3 to GTF

Velocyto requires annotation file in the GTF format. I include a custom python script(scripts/convert_gff3_velocyto.py) to convert GFF3 annotation to GTF format suited for Velocyto input. It is recommended that you obtain the GTF annotation whenever possible. My conversion script only converts Exon features to GTF format as they are the only things that Velocyto cares about. Features labeled as repeats will be separately parsed as a repeat_mask file.