Skip to content

mikeph52/GC-Genie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

GC-Genie

GC-Genie is a GC percentage calculator for GNU Linux and MacOS, written in C++. It currently supports fasta formats(.fasta, .fa).

  • To run the app, simply type:
gcgenie <filename>

Installation

  • Download GC-Genie from Releases.
  • Run "chmod +x" first.
sudo chmod +x gcgenie
  • Move it to bin folder by executing the following command:
sudo mv gcgenie /usr/local/bin/gcgenie

Changelog:

  • 1.0: First release.