You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-27Lines changed: 29 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,27 +7,26 @@ Given a pangenome (in [PanMAN](https://github.com/TurakhiaLab/panman) format) an
7
7
### Modes
8
8
9
9
-**Single-sample** (default): Places reads from a single sample, aligns to the best-matching reference, and genotypes variants (BAM + VCF output).
10
-
-**Metagenomic** (`--meta`): Scores reads from a mixture sample against every node in the PanMAN, and uses the scoring informtion to estimate haplotype abundance or directly assign reads to nodes.
10
+
-**Metagenomic** (`--meta`): Scores reads from a mixture sample against every node in the PanMAN, and uses the scoring information to estimate haplotype abundance or directly assign reads to nodes.
11
11
12
12
13
13
14
-
### Installation with Docker (recommended)
14
+
### Installation
15
15
16
-
**Docker build**
16
+
**Bioconda (recommended)**
17
17
18
18
```bash
19
-
docker build -t panmap .
20
-
docker run --rm panmap panmap -h
19
+
conda install -c bioconda panmap
21
20
```
22
21
23
-
**Docker pull**
22
+
**Docker**
24
23
25
24
```bash
26
-
docker pull alanalohaucsc/panmap:latest
25
+
docker build -t panmap.
27
26
docker run --rm panmap panmap -h
28
27
```
29
28
30
-
See below for building from source.
29
+
See the [documentation](https://amkram.github.io/panmap/) for building from source.
`.mgsr.assignedReads.out` file containing the number of reads assigned to each node and the indices of the reads assigned, with respect to the the `.mgsr.assignedReads.fastq` file
112
124
113
-
`.mgsr.assignedReadsLCANode.out` file containg the number of reads assigned to the LCA node and the indices of the reads assigned. *As reads may be assigned to multiple nodes, the LCA node of a read if the LCA of all the nodes it was assigned to.*
114
-
115
-
### Advanced
125
+
`.mgsr.assignedReadsLCANode.out` file containing the number of reads assigned to the LCA node and the indices of the reads assigned. *As reads may be assigned to multiple nodes, the LCA node of a read is the LCA of all the nodes it was assigned to.*
0 commit comments