Testing nucleotide <-> amino acid translation. Needs C++0x.
authorDariusz Murakowski <murakdar@mit.edu>
Wed, 22 Apr 2015 03:09:54 +0000 (23:09 -0400)
committerDariusz Murakowski <murakdar@mit.edu>
Wed, 22 Apr 2015 03:09:54 +0000 (23:09 -0400)
commit8c01b927871bd9a1250c83b711b377fbd667b826
tree853ae3605b090ce52a6299e5a0f7cc1d0a0b8d50
parentcd765f5de35139a68656663f0904c8523345b0c8
Testing nucleotide <-> amino acid translation. Needs C++0x.

Compile with:
  g++ -std=c++0x -o seqTools seqTools.cpp
seqTools.cpp [new file with mode: 0644]