diff options
| author | Calvin <calvin@EESI> | 2013-03-18 14:24:17 -0400 |
|---|---|---|
| committer | Calvin <calvin@EESI> | 2013-03-18 14:24:17 -0400 |
| commit | b8a486c358e59beb69ad98e6cbe2aa2edc902f4c (patch) | |
| tree | 21d9b33ca179703e01a78afd0bc7be0466912a9a /src/python/multifasta_to_otu | |
| parent | 7ae39dc8d0cb12a2db7477fb91782f29c273d151 (diff) | |
don't try and force 2.7, it might not work
Diffstat (limited to 'src/python/multifasta_to_otu')
| -rwxr-xr-x | src/python/multifasta_to_otu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/multifasta_to_otu b/src/python/multifasta_to_otu index 9042208..66bb9d3 100755 --- a/src/python/multifasta_to_otu +++ b/src/python/multifasta_to_otu @@ -1,4 +1,4 @@ -#!/usr/bin/python2.7 +#!/usr/bin/python from multiprocessing import Pool from Bio import SeqIO import multiprocessing |
