-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #200 from ElDeveloper/release_0.9.1
Release 0.9.1
- Loading branch information
Showing
16 changed files
with
44 additions
and
38 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ | |
__copyright__ = "Copyright 2013, The Emperor Project" | ||
__credits__ = ["Antonio Gonzalez Pena", "Meg Pirrung", "Yoshiki Vazquez Baeza"] | ||
__license__ = "BSD" | ||
__version__ = "0.9.0-dev" | ||
__version__ = "0.9.1" | ||
__maintainer__ = "Antonio Gonzalez Pena" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__status__ = "Release" | ||
|
||
__all__ = ['biplots', 'format', 'filter', 'sort', 'util'] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,10 @@ | |
__copyright__ = "Copyright 2013, The Emperor Project" | ||
__credits__ = ["Yoshiki Vazquez Baeza"] | ||
__license__ = "BSD" | ||
__version__ = "0.9.0-dev" | ||
__version__ = "0.9.1" | ||
__maintainer__ = "Yoshiki Vazquez Baeza" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__status__ = "Release" | ||
|
||
from numpy import argsort, array | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,10 @@ | |
__copyright__ = "Copyright 2013, The Emperor Project" | ||
__credits__ = ["Yoshiki Vazquez Baeza"] | ||
__license__ = "BSD" | ||
__version__ = "0.9.0-dev" | ||
__version__ = "0.9.1" | ||
__maintainer__ = "Yoshiki Vazquez Baeza" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__status__ = "Release" | ||
|
||
from numpy import array | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,10 @@ | |
__copyright__ = "Copyright 2013, The Emperor Project" | ||
__credits__ = ["Meg Pirrung", "Antonio Gonzalez Pena", "Yoshiki Vazquez Baeza"] | ||
__license__ = "BSD" | ||
__version__ = "0.9.0-dev" | ||
__version__ = "0.9.1" | ||
__maintainer__ = "Yoshiki Vazquez Baeza" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__status__ = "Release" | ||
|
||
|
||
from sys import argv | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,10 @@ | |
__copyright__ = "Copyright 2013, The Emperor Project" | ||
__credits__ = ["Yoshiki Vazquez Baeza"] | ||
__license__ = "BSD" | ||
__version__ = "0.9.0-dev" | ||
__version__ = "0.9.1" | ||
__maintainer__ = "Yoshiki Vazquez Baeza" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__status__ = "Release" | ||
|
||
from numpy import zeros | ||
from re import compile, search | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ | |
* __copyright__ = "Copyright 2013, Emperor" | ||
* __credits__ = ["Meg Pirrung","Antonio Gonzalez Pena","Yoshiki Vazquez Baeza","Jackson Chen"] | ||
* __license__ = "BSD" | ||
* __version__ = "0.9.0-dev" | ||
* __version__ = "0.9.1" | ||
* __maintainer__ = "Meg Pirrung" | ||
* __email__ = "[email protected]" | ||
* __status__ = "Development" | ||
* __status__ = "Release" | ||
*/ | ||
|
||
// spheres and ellipses that are being displayed on screen | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,10 @@ | |
__copyright__ = "Copyright 2013, The Emperor Project" | ||
__credits__ = ["Yoshiki Vazquez Baeza", "Antonio Gonzalez Pena"] | ||
__license__ = "BSD" | ||
__version__ = "0.9.0-dev" | ||
__version__ = "0.9.1" | ||
__maintainer__ = "Yoshiki Vazquez Baeza" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__status__ = "Release" | ||
|
||
|
||
from numpy import ndarray, array, ones, zeros, vstack | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,10 @@ | |
__copyright__ = "Copyright 2013, The Emperor Project" | ||
__credits__ = ["Antonio Gonzalez Pena", "Yoshiki Vazquez Baeza"] | ||
__license__ = "BSD" | ||
__version__ = "0.9.0-dev" | ||
__version__ = "0.9.1" | ||
__maintainer__ = "Yoshiki Vazquez Baeza" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__status__ = "Release" | ||
|
||
from os import listdir | ||
from os.path import join, exists, isdir, abspath | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,10 @@ | |
__copyright__ = "Copyright 2013, The Emperor Project" | ||
__credits__ = ["Antonio Gonzalez Pena", "Meg Pirrung", "Yoshiki Vazquez Baeza"] | ||
__license__ = "BSD" | ||
__version__ = "0.9.0-dev" | ||
__version__ = "0.9.1" | ||
__maintainer__ = "Yoshiki Vazquez Baeza" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__status__ = "Release" | ||
|
||
# without any of these emperor will not function correctly | ||
required_python_modules = ['numpy', 'cogent', 'qiime'] | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,11 +20,11 @@ | |
__copyright__ = "Copyright 2013, The Emperor Project" #consider project name | ||
__credits__ = ["Rob Knight","Greg Caporaso", "Jai Ram Rideout", | ||
"Yoshiki Vazquez-Baeza"] #remember to add yourself if you make changes | ||
__license__ = "GPL" | ||
__version__ = "0.9.0-dev" | ||
__license__ = "BSD" | ||
__version__ = "0.9.1" | ||
__maintainer__ = "Yoshiki Vazquez-Baeza" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__status__ = "Release" | ||
|
||
|
||
script_info = {} | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,11 @@ | |
__author__ = "Yoshiki Vazquez Baeza" | ||
__copyright__ = "Copyright 2013, The Emperor Project" | ||
__credits__ = ["Yoshiki Vazquez Baeza"] | ||
__license__ = "GPL" | ||
__version__ = "0.9.0-dev" | ||
__license__ = "BSD" | ||
__version__ = "0.9.1" | ||
__maintainer__ = "Yoshiki Vazquez Baeza" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__status__ = "Release" | ||
|
||
from numpy import array | ||
from qiime.parse import parse_classic_otu_table | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,11 @@ | |
__author__ = "Yoshiki Vazquez Baeza" | ||
__copyright__ = "Copyright 2013, The Emperor Project" | ||
__credits__ = ["Yoshiki Vazquez Baeza"] | ||
__license__ = "GPL" | ||
__version__ = "0.9.0-dev" | ||
__license__ = "BSD" | ||
__version__ = "0.9.1" | ||
__maintainer__ = "Yoshiki Vazquez Baeza" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__status__ = "Release" | ||
|
||
from numpy import array | ||
from emperor.filter import (filter_samples_from_coords, | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,11 @@ | |
__author__ = "Yoshiki Vazquez Baeza" | ||
__copyright__ = "Copyright 2013, The Emperor Project" | ||
__credits__ = ["Yoshiki Vazquez Baeza"] | ||
__license__ = "GPL" | ||
__version__ = "0.9.0-dev" | ||
__license__ = "BSD" | ||
__version__ = "0.9.1" | ||
__maintainer__ = "Yoshiki Vazquez Baeza" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__status__ = "Release" | ||
|
||
|
||
from numpy import array | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,11 @@ | |
__author__ = "Yoshiki Vazquez Baeza" | ||
__copyright__ = "Copyright 2013, The Emperor Project" | ||
__credits__ = ["Yoshiki Vazquez Baeza"] | ||
__license__ = "GPL" | ||
__version__ = "0.9.0-dev" | ||
__license__ = "BSD" | ||
__version__ = "0.9.1" | ||
__maintainer__ = "Yoshiki Vazquez Baeza" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__status__ = "Release" | ||
|
||
|
||
from numpy import array | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,11 @@ | |
__author__ = "Yoshiki Vazquez Baeza" | ||
__copyright__ = "Copyright 2013, The Emperor Project" | ||
__credits__ = ["Yoshiki Vazquez Baeza"] | ||
__license__ = "GPL" | ||
__version__ = "0.9.0-dev" | ||
__license__ = "BSD" | ||
__version__ = "0.9.1" | ||
__maintainer__ = "Yoshiki Vazquez Baeza" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__status__ = "Release" | ||
|
||
|
||
from numpy import array | ||
|