Assessing capacity to synthesize or degrade specific compounds among a large set of bacterial metabolic networks and screen them accordingly.
Table of contents
This workflow is licensed under the GNU GPL-3.0-or-later, see the LICENSE file for details.
Prolipipe relies on outputs from the "AuFAMe" package It runs with python >= 3.8.
These python packages are needed :
Prolipipe also needs Quarto to generate the interactive report (version > 1.7).
Prolipipe is available on the conda channel "fermentsdufutur" and can be installed with:
conda create -n prolipipe
conda activate prolipipe
conda install -c fermentsdufutur prolipipeTo run Prolipipe with padmet files from AuFAMe as input, generate TSV files and an interactive Quarto report:
prolipipe -pad DIRECTORY --tax TAXFILE --pwy PWY_FOLDTo generate TSV files without the Quarto report:
prolipipe -pad DIRECTORY --tax TAXFILE --pwy PWY_FOLD --no-reportTo run Prolipipe with TSV files from AuFAMe as input and generate an interactive Quarto report:
prolipipe -i DIRECTORY --tax TAXFILE --pwy PWY_FOLDTo regenerate Quarto report from TSV files created by Prolipipe:
prolipipe-report -i DIRECTORY -d OUT_DIRECTORY