This tool annotates functional IDs (KO, EC, Pfam, COG, TIGRFAM, etc.) from PICRUSt2 outputs using official mapfiles.
- Supports any combination of PICRUSt2 mapfiles (
*.gz
,*.txt
,*.tsv
) - Works with KEGG, MetaCyc, Pfam, GO, TIGRFAM, and more
- Easy to run in Bash
- Bash
- Standard tools: grep, cut, tail, head
bash annotate_ids.sh example/ID_FILE.csv mapfiles/ko_name.txt.gz mapfiles/ec_name.txt.gz
bash download_mapfiles.sh
See the example/
folder for a test file.