Creates Random Coding Sequences with specified GC content, Amino Acid usage, Length, and Codon Utilization
- Use pyenv to set up a clean environment using the Python version 3.4.1.
pip install -r requirements.txt
- navigate into the cloned repo on your local computer
- activate the pyenv enviorment that was setup in the previous section
- launch ipython noteboook using the command:
ipython notebook
- click on the notebook tutorial.ipynb for tutorial