Skip to content

Instantly share code, notes, and snippets.

View cejackson's full-sized avatar

Craig Jackson cejackson

  • Indiana University
  • Bloomington, IN
View GitHub Profile
@darencard
darencard / gene_structure_stats.md
Last active April 18, 2023 13:35
Script to produce estimates of gene structure

Please see the most up-to-date version of this protocol on my blog at https://darencard.net/blog/.

Inferring the structure of gene annotations

When annotating genomes it is often desireable to know the overall structure of genes, including information like exon and intron lengths among other metrics. Here is a program genestats that will calculate such measures for a user.

#!/usr/bin/env bash

usage()