Skip to content

Instantly share code, notes, and snippets.

@nh13
Created July 30, 2015 16:24
Show Gist options
  • Save nh13/e34a6e7cdb6f40a1896b to your computer and use it in GitHub Desktop.
Save nh13/e34a6e7cdb6f40a1896b to your computer and use it in GitHub Desktop.
example enum for gc
enum {
MISSING_CODE,
HOM_REF_CODE,
HET_REF_VAR1_CODE,
HET_VAR1_VAR2_CODE,
HOM_VAR1_CODE,
NO_CALL_CODE,
LOW_GQ_CODE,
LOW_DP_CODE,
VC_FILTERED_CODE,
GT_FILTERED_CODE,
IS_MIXED_CODE,
INCOMPARABLE_CODE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment