gapseq reconstruction for 36 human gut bacterial strains with known amino acid auxotrophy status
收藏NIAID Data Ecosystem2026-05-01 收录
下载链接:
https://zenodo.org/record/8269532
下载链接
链接失效反馈官方服务:
资源简介:
The data set contains genome-scale metabolic network reconstructions for 36 bacterial genomes, for which the auxotrophy/prototrophy status for amino acids has been reported in scientific literature based on laboratory experiments. Auxotrophy/Prototrophy information and the respective PubMed-IDs (PMID) are summarized in "Validation_models_Metadata.csv". Network reconstructions were made using gapseq (development version: 1.2 commit 2dfa8c80 ; Sequence DB md5sum: bf8ba98 (2023-02-15, Bacteria).
The models were reconstructed using the following workflow.
# Reaction & Pathway prediction
./gapseq find -b 200 -v 1 -p all -k -t Bacteria .fna.gz
# Transporter prediction
./gapseq find-transport -b 200 -k .fna.gz
# Draft network reconstruction
./gapseq draft -r -all-Reactions.tbl -t -Transporter.tbl -b Bacteria -c .fna.gz -p -all-Pathways.tbl -u 200 -l 100
# gapfill/growth medium prediction
./gapseq medium -m -draft.RDS -p -all-Pathways.tbl -c "cpd00007:0"
# Gap-filling
# (If H2 is part of the medium)
./gapseq fill -m -draft.RDS -n -medium.csv -c -rxnWeights.RDS -g -rxnXgenes.RDS -b 100 -e highH2
# (If H2 is not part of the medium)
./gapseq fill -m -draft.RDS -n -medium.csv -c -rxnWeights.RDS -g -rxnXgenes.RDS -b 100
创建时间:
2023-08-21



