Skip to content

Commit 13075e5

Browse files
committed
updated snakemake instructions
1 parent 5de5649 commit 13075e5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ cd build
148148

149149
## <a name="construct"></a> PanMAN Construction
150150
Once the package is installed, PanMANs can be constructed from PanGraph [or GFA or MSA] and Tree topology (Newick format) using <i>panmanUtils</i>. 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.
151-
### Building PanMAN from PanGraph
151+
### <a name="pangraph">Building PanMAN from PanGraph
152152

153153
**Step 1:** Check if `sars_20.json` and `sars_20.nwk` files exist in `test` directory.
154154

@@ -170,7 +170,6 @@ We provide a Snakemake workflow to construct PanMANs from raw sequences (FASTA f
170170

171171
```bash
172172
cd $PANMAN_HOME/workflows
173-
conda activate snakemake
174173
snakemake --use-conda --cores 8 --config RUNTYPE="pangraph/gfa/msa" FASTA="[user_input]" SEQ_COUNT="Number of sequences" ASSEM="NONE" REF="NONE" TARGET="NONE"
175174
```
176175

@@ -179,7 +178,6 @@ snakemake --use-conda --cores 8 --config RUNTYPE="pangraph/gfa/msa" FASTA="[user
179178

180179
```bash
181180
cd $PANMAN_HOME/workflows
182-
conda activate snakemake
183181
snakemake --use-conda --cores 8 --config RUNTYPE="pangraph/gfa/msa" FASTA="None" SEQ_COUNT="Number of sequences" ASSEM="frag" REF="reference_file" TARGET="target.txt"
184182
```
185183
Here, target.txt includes a list of files that contain the fragmented assemblies.

0 commit comments

Comments
 (0)