From 247fc0ebf3a11f31f35f0a94dd45a7b842183b17 Mon Sep 17 00:00:00 2001 From: sumit-walia Date: Mon, 11 Nov 2024 11:55:13 -0800 Subject: [PATCH] updated readme --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ba982ab..204da84 100644 --- a/README.md +++ b/README.md @@ -121,15 +121,10 @@ cd /home/panman/build ``` ## PanMAN Construction -Once the package is installed, PanMANs can be constructed from PanGraph [or GFA or MSA] and Tree topology (Newick format) using panmanUtils. Here we provide examples for constructing PanMANs from PanGraph (JSON), users can follow the instructions provided in [wiki](https://turakhia.ucsd.edu/panman/) for other methods. -### Building PanMAN from the provided dataset +Once the package is installed, PanMANs can be constructed from PanGraph [or GFA or MSA] and Tree topology (Newick format) using panmanUtils. Here we provide examples for constructing PanMANs from PanGraph (JSON) and custom dataset. Alternatively, users can follow the instructions provided in [wiki](https://turakhia.ucsd.edu/panman/) for other methods. +### Building PanMAN from PanGraph -**Step 1:** Check if `sars_20.json` and `sars_20.nwk` files exist in `test` directory. Otherwise, follow the instructions to download the dataset. - -```bash -cd $PANMAN_HOME/dataset -TODO -``` +**Step 1:** Check if `sars_20.json` and `sars_20.nwk` files exist in `test` directory. **Step 2:** Run panmanUtils with the following command to build a panman from PanGraph: