diff options
author | Calvin <calvin@EESI> | 2013-03-15 13:57:54 -0400 |
---|---|---|
committer | Calvin <calvin@EESI> | 2013-03-15 13:57:54 -0400 |
commit | 6ac0760f329d8f09818b1fa6aa70680295d34b15 (patch) | |
tree | c9ea8c3bfd7355498c002c9aad86d2b12a036345 /src | |
parent | 852ee6695ed68f7a62a33f8c6fc340f1d2e2a35b (diff) |
specify python 2.7 in multifasta
Diffstat (limited to 'src')
-rwxr-xr-x | src/python/multifasta_to_otu | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/python/multifasta_to_otu b/src/python/multifasta_to_otu index a2c9e1e..9042208 100755 --- a/src/python/multifasta_to_otu +++ b/src/python/multifasta_to_otu @@ -1,5 +1,4 @@ -#!/usr/bin/python - +#!/usr/bin/python2.7 from multiprocessing import Pool from Bio import SeqIO import multiprocessing |