Skip to content

Commit

Permalink
Small example updated, typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
f0t1h authored May 27, 2020
1 parent 58de767 commit 7be4911
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ input:
"samplename1":
- A.cram
"samplename2":
- B.cram/bam
- B.bam
```
Now, to run pamir on such a config file, you have to run the following command.
Expand All @@ -118,7 +118,7 @@ Pamir generates a [VCF file](https://samtools.github.io/hts-specs/VCFv4.2.pdf) f
[path]/
├── raw-data -> OR [raw-data]
│ ├── A.cram
│   ├── B.cram
│   ├── B.bam
├── analysis -> OR [analysis-base]
│   └── my-pop
└── results -> OR [results-base]
Expand All @@ -144,7 +144,7 @@ Pamir generates a [VCF file](https://samtools.github.io/hts-specs/VCFv4.2.pdf) f

# Example
```shell
curl -L https://ndownloader.figshare.com/files/20021672?private_link=ce133e9aaa4d38a6d6b0 --output example.tar.gz
curl -L https://ndownloader.figshare.com/files/22813901 --output example.tar.gz
tar xzvf example.tar.gz
cd example; ./configure.sh
pamir.sh -j16 --configfile config.yaml
Expand Down

0 comments on commit 7be4911

Please sign in to comment.