Skip to content

Commit

Permalink
Updates to version 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abmiguez committed Mar 11, 2024
1 parent e4c526a commit c5e5922
Show file tree
Hide file tree
Showing 22 changed files with 36,367 additions and 33 deletions.
2 changes: 1 addition & 1 deletion bioconda_recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "metaphlan" %}
{% set version = "4.1.0" %}
{% set version = "4.1.1" %}

package:
name: {{ name }}
Expand Down
4 changes: 2 additions & 2 deletions metaphlan/metaphlan.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'Nicola Segata ([email protected]), '
'Duy Tin Truong, '
'Francesco Asnicar ([email protected])')
__version__ = '4.1.0'
__date__ = '23 Aug 2023'
__version__ = '4.1.1'
__date__ = '11 Mar 2024'

import sys
try:
Expand Down
6 changes: 3 additions & 3 deletions metaphlan/strainphlan.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'Moreno Zolfo ([email protected]), '
'Francesco Beghini ([email protected]),'
'Michal Puncochar ([email protected]')
__version__ = '4.1.0'
__date__ = '23 Aug 2023'
__version__ = '4.1.1'
__date__ = '11 Mar 2024'


import argparse as ap
Expand Down Expand Up @@ -734,4 +734,4 @@ def main():

if __name__ == '__main__':
main()


4 changes: 2 additions & 2 deletions metaphlan/utils/consensus_markers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = 'Aitor Blanco Miguez ([email protected])'
__version__ = '4.1.0'
__date__ = '23 Aug 2023'
__version__ = '4.1.1'
__date__ = '11 Mar 2024'

import json
import os
Expand Down
4 changes: 2 additions & 2 deletions metaphlan/utils/create_toy_database.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
__author__ = 'Aitor Blanco Miguez ([email protected])'
__version__ = '4.1.0'
__date__ = '23 Aug 2023'
__version__ = '4.1.1'
__date__ = '11 Mar 2024'


import bz2, os, pickle, time
Expand Down
4 changes: 2 additions & 2 deletions metaphlan/utils/database_controller.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = 'Aitor Blanco Miguez ([email protected])'
__version__ = '4.1.0'
__date__ = '23 Aug 2023'
__version__ = '4.1.1'
__date__ = '11 Mar 2024'


import os
Expand Down
4 changes: 2 additions & 2 deletions metaphlan/utils/external_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
'Francesco Asnicar ([email protected]), '
'Moreno Zolfo ([email protected]), '
'Francesco Beghini ([email protected])')
__version__ = '4.1.0'
__date__ = '23 Aug 2023'
__version__ = '4.1.1'
__date__ = '11 Mar 2024'


import os
Expand Down
4 changes: 2 additions & 2 deletions metaphlan/utils/extract_markers.py
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.1.0'
__date__ = '23 Aug 2023'
__version__ = '4.1.1'
__date__ = '11 Mar 2024'


import os
Expand Down
4 changes: 2 additions & 2 deletions metaphlan/utils/fix_relab_mpa4.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
__author__ = 'Aitor Blanco Miguez ([email protected])'
__version__ = '4.1.0'
__date__ = '23 Aug 2023'
__version__ = '4.1.1'
__date__ = '11 Mar 2024'


import os, time
Expand Down
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions metaphlan/utils/mpa_vJun23_CHOCOPhlAnSGB_202403.nwk

Large diffs are not rendered by default.

36,333 changes: 36,333 additions & 0 deletions metaphlan/utils/mpa_vJun23_CHOCOPhlAnSGB_202403_SGB2GTDB.tsv

Large diffs are not rendered by default.

Binary file not shown.
4 changes: 2 additions & 2 deletions metaphlan/utils/parallelisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
'Francesco Asnicar ([email protected]), '
'Moreno Zolfo ([email protected]), '
'Francesco Beghini ([email protected])')
__version__ = '4.1.0'
__date__ = '23 Aug 2023'
__version__ = '4.1.1'
__date__ = '11 Mar 2024'


from typing import Iterable
Expand Down
4 changes: 2 additions & 2 deletions metaphlan/utils/phylophlan_controller.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__author__ = 'Aitor Blanco Miguez ([email protected]),' \
'Michal Puncochar ([email protected])'
__version__ = '4.1.0'
__date__ = '23 Aug 2023'
__version__ = '4.1.1'
__date__ = '11 Mar 2024'

import abc
import os
Expand Down
4 changes: 2 additions & 2 deletions metaphlan/utils/plot_tree_graphlan.py
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.1.0'
__date__ = '23 Aug 2023'
__version__ = '4.1.1'
__date__ = '11 Mar 2024'

import argparse as ap
import dendropy
Expand Down
4 changes: 2 additions & 2 deletions metaphlan/utils/sample2markers.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'Francesco Asnicar ([email protected]), '
'Moreno Zolfo ([email protected]), '
'Francesco Beghini ([email protected])')
__version__ = '4.1.0'
__date__ = '23 Aug 2023'
__version__ = '4.1.1'
__date__ = '11 Mar 2024'



Expand Down
4 changes: 2 additions & 2 deletions metaphlan/utils/sgb_to_gtdb_profile.py
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.1.0'
__date__ = '23 Aug 2023'
__version__ = '4.1.1'
__date__ = '11 Mar 2024'

import os
import time
Expand Down
4 changes: 2 additions & 2 deletions metaphlan/utils/strain_transmission.py
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.1.0'
__date__ = '23 Aug 2023'
__version__ = '4.1.1'
__date__ = '11 Mar 2024'


import os
Expand Down
4 changes: 2 additions & 2 deletions metaphlan/utils/util_fun.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
'Francesco Asnicar ([email protected]), '
'Moreno Zolfo ([email protected]), '
'Francesco Beghini ([email protected])')
__version__ = '4.1.0'
__date__ = '23 Aug 2023'
__version__ = '4.1.1'
__date__ = '11 Mar 2024'

import bz2
import gzip
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setuptools.setup(
name='MetaPhlAn',
version='4.1.0',
version='4.1.1',
author='Aitor Blanco-Miguez',
author_email='[email protected]',
url='http://github.com/biobakery/MetaPhlAn/',
Expand Down

0 comments on commit c5e5922

Please sign in to comment.