Last active
December 27, 2015 20:49
-
-
Save widdowquinn/7387372 to your computer and use it in GitHub Desktop.
Command lines for running the calculate_ani.py script on downloaded Chlorobium sequences in the test_isolates subdirectory, drawing graphical output and keeping a verbose log in each case.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| time python calculate_ani.py -i test_isolates/ -m ANIb -o chlorobium_anib -g -v -l chlorobium_anib.log | |
| time python calculate_ani.py -i test_isolates/ -m ANIm -o chlorobium_anim -g -v -l chlorobium_anim.log | |
| time python calculate_ani.py -i test_isolates/ -m TETRA -o chlorobium_tetra -g -v -l chlorobium_tetra.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment