-
Notifications
You must be signed in to change notification settings - Fork 108
Quickstart
Robyn Wright edited this page Mar 28, 2025
·
1 revision
If you just want to get started... this is just the basics.
Install it in its own environment and then activate this:
mamba create -n picrust2 -c bioconda -c conda-forge picrust2=2.6.1
mamba activate picrust2
If you need more instructions, see the installation page.
You will need:
- A fasta file containing the ASVs (or other representative sequences) from your study
- A feature table in either BIOM or tsv format that contains the abundance of each sequence within each sample (sequences should be rows, samples should be columns)
Run PICRUSt2 full pipeline:
picrust2_pipeline.py -s study_seqs.fna -i study_seqs.biom -o picrust2_out_pipeline -p 1
-p
is the number of threads that you'll be using.
You can see the full details for running PICRUSt2 here.
Please first check our FAQ if you have any questions about PICRUSt2.
For other general questions and comments about PICRUSt2 please search the PICRUSt google group. If the question has not been previously answered then please make a new thread.
To report a bug or to make a feature request please make a new issue at the top of this page.