Skip to content

A simple script for counting nucleotides and codons in a gene sequence.

License

Notifications You must be signed in to change notification settings

darrowby385/gcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gcat

A simple ruby script for counting nucleotides and codons in a gene sequence.

features

  • minimal processing of the sort required to accurately handle sequences copy-pasted from GenBank
  • crude(?) screening to reject files that don't appear to be gene sequences
  • diagnostic feedback for rejected files
  • incomplete triplet detection and warning
  • nucleotide and codon counting, obviously!

to-do

  • improve diagnostic feedback for rejected files (currently spits out every instance of every non-nucleotide character: not so good for large files)
  • recognition of nucleic acid variety

About

A simple script for counting nucleotides and codons in a gene sequence.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages