-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
36 additions
and
30 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% set name = "metaphlan" %} | ||
{% set version = "4.0.5" %} | ||
{% set version = "4.0.6" %} | ||
|
||
package: | ||
name: {{ name }} | ||
|
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 |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
'Nicola Segata ([email protected]), ' | ||
'Duy Tin Truong, ' | ||
'Francesco Asnicar ([email protected])') | ||
__version__ = '4.0.5' | ||
__date__ = '23 Feb 2023' | ||
__version__ = '4.0.6' | ||
__date__ = '1 Mar 2023' | ||
|
||
import sys | ||
try: | ||
|
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 |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
'Francesco Asnicar ([email protected]), ' | ||
'Moreno Zolfo ([email protected]), ' | ||
'Francesco Beghini ([email protected])') | ||
__version__ = '4.0.5' | ||
__date__ = '23 Feb 2023' | ||
__version__ = '4.0.6' | ||
__date__ = '1 Mar 2023' | ||
|
||
|
||
import argparse as ap | ||
|
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#!/usr/bin/env python | ||
__author__ = ('Duy Tin Truong ([email protected]), ' | ||
'Aitor Blanco Miguez ([email protected])') | ||
__version__ = '4.0.5' | ||
__date__ = '23 Feb 2023' | ||
__version__ = '4.0.6' | ||
__date__ = '1 Mar 2023' | ||
|
||
import argparse as ap | ||
import pandas | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
__author__ = 'Aitor Blanco Miguez ([email protected])' | ||
__version__ = '4.0.5' | ||
__date__ = '23 Feb 2023' | ||
__version__ = '4.0.6' | ||
__date__ = '1 Mar 2023' | ||
|
||
import os | ||
import pickle | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
__author__ = 'Aitor Blanco Miguez ([email protected])' | ||
__version__ = '4.0.5' | ||
__date__ = '23 Feb 2023' | ||
__version__ = '4.0.6' | ||
__date__ = '1 Mar 2023' | ||
|
||
|
||
import os | ||
|
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,8 +3,8 @@ | |
'Francesco Asnicar ([email protected]), ' | ||
'Moreno Zolfo ([email protected]), ' | ||
'Francesco Beghini ([email protected])') | ||
__version__ = '4.0.5' | ||
__date__ = '23 Feb 2023' | ||
__version__ = '4.0.6' | ||
__date__ = '1 Mar 2023' | ||
|
||
|
||
import os | ||
|
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#!/usr/bin/env python | ||
__author__ = ('Aitor Blanco Miguez ([email protected]), ' | ||
'Francesco Beghini ([email protected])') | ||
__version__ = '4.0.5' | ||
__date__ = '23 Feb 2023' | ||
__version__ = '4.0.6' | ||
__date__ = '1 Mar 2023' | ||
|
||
|
||
import os | ||
|
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,8 +3,8 @@ | |
'Francesco Asnicar ([email protected]), ' | ||
'Moreno Zolfo ([email protected]), ' | ||
'Francesco Beghini ([email protected])') | ||
__version__ = '4.0.5' | ||
__date__ = '23 Feb 2023' | ||
__version__ = '4.0.6' | ||
__date__ = '1 Mar 2023' | ||
|
||
|
||
from typing import Iterable, Callable, Any | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
__author__ = 'Aitor Blanco Miguez ([email protected]' | ||
__version__ = '4.0.5' | ||
__date__ = '23 Feb 2023' | ||
__version__ = '4.0.6' | ||
__date__ = '1 Mar 2023' | ||
|
||
|
||
import os | ||
|
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#!/usr/bin/env python | ||
__author__ = ('Duy Tin Truong ([email protected]), ' | ||
'Aitor Blanco Miguez ([email protected])') | ||
__version__ = '4.0.5' | ||
__date__ = '23 Feb 2023' | ||
__version__ = '4.0.6' | ||
__date__ = '1 Mar 2023' | ||
|
||
import argparse as ap | ||
import dendropy | ||
|
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,8 +5,8 @@ | |
'Francesco Asnicar ([email protected]), ' | ||
'Moreno Zolfo ([email protected]), ' | ||
'Francesco Beghini ([email protected])') | ||
__version__ = '4.0.5' | ||
__date__ = '23 Feb 2023' | ||
__version__ = '4.0.6' | ||
__date__ = '1 Mar 2023' | ||
|
||
|
||
|
||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/env python | ||
__author__ = 'Aitor Blanco ([email protected]' | ||
__version__ = '4.0.5' | ||
__date__ = '23 Feb 2023' | ||
__version__ = '4.0.6' | ||
__date__ = '1 Mar 2023' | ||
|
||
import os | ||
import time | ||
|
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#!/usr/bin/env python | ||
__author__ = ('Aitor Blanco ([email protected]), ' | ||
'Mireia Valles-Colomer ([email protected])') | ||
__version__ = '4.0.5' | ||
__date__ = '23 Feb 2023' | ||
__version__ = '4.0.6' | ||
__date__ = '1 Mar 2023' | ||
|
||
|
||
import os | ||
|
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,8 +3,8 @@ | |
'Francesco Asnicar ([email protected]), ' | ||
'Moreno Zolfo ([email protected]), ' | ||
'Francesco Beghini ([email protected])') | ||
__version__ = '4.0.5' | ||
__date__ = '23 Feb 2023' | ||
__version__ = '4.0.6' | ||
__date__ = '1 Mar 2023' | ||
|
||
|
||
import os | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
|
||
setuptools.setup( | ||
name='MetaPhlAn', | ||
version='4.0.5', | ||
version='4.0.6', | ||
author='Aitor Blanco-Miguez', | ||
author_email='[email protected]', | ||
url='http://github.com/biobakery/MetaPhlAn/', | ||
|