Skip to content

Commit

Permalink
Updates recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
abmiguez committed Mar 11, 2024
1 parent c5e5922 commit f8cfa65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bioconda_recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ test:
- run_treeshrink.py -h
- treeshrink.py -h
- create_toy_database.py -h
- fix_relab_mpa4.py -h

about:
home: https://github.com/biobakery/metaphlan
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
'run_treeshrink.py = metaphlan.utils.treeshrink.run_treeshrink:main',
'treeshrink.py = metaphlan.utils.treeshrink.treeshrink:main',
'create_toy_database.py = metaphlan.utils.create_toy_database:main',
'fix_relab_mpa4.py = metaphlan.utils.fix_relab_mpa4:main',
]
},
description='MetaPhlAn is a computational tool for profiling the composition of microbial communities (Bacteria, Archaea and Eukaryotes) from metagenomic shotgun sequencing data (i.e. not 16S) with species-level. With the newly added StrainPhlAn module, it is now possible to perform accurate strain-level microbial profiling.',
Expand Down

0 comments on commit f8cfa65

Please sign in to comment.