Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Metagenomics
docs
Merge requests
!4
add documentation for metaphlan3 install
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add documentation for metaphlan3 install
20-install-metaphlan3
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Kenzo-Hugo Hillion
requested to merge
20-install-metaphlan3
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#20 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a52ebf03
1 commit,
4 years ago
1 file
+
20
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
metaphlan3/README.md
0 → 100644
+
20
−
0
Options
# Metaphlan3 and StrainPhlan3
## Install
> You need to perform install from the head of submission (tars-0) since an internet connection is needed
[
Instructions here
](
https://github.com/biobakery/MetaPhlAn/wiki/MetaPhlAn-3.0#installation
)
, in brief what has been done:
```
bash
conda create
--name
mpa
-c
bioconda
python
=
3.7 metaphlan
conda activate mpa
# or source activate mpa
metaphlan
--install
# install db
```
## Run
You can try the following tutorials:
*
[
Metaphlan3
](
https://github.com/biobakery/MetaPhlAn/wiki/MetaPhlAn-3.0#basic-usage
)
*
[
StrainPhlan3
](
https://github.com/biobakery/MetaPhlAn/wiki/StrainPhlAn-3.0#usage
)
Loading