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>
- 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
- 1.0: First release.