Skip to content

Instantly share code, notes, and snippets.

@widdowquinn
Last active December 27, 2015 20:49
Show Gist options
  • Select an option

  • Save widdowquinn/7387372 to your computer and use it in GitHub Desktop.

Select an option

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.
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