Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
f0t1h authored May 27, 2020
1 parent 7be4911 commit a1919da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,11 @@ Pamir generates a [VCF file](https://samtools.github.io/hts-specs/VCFv4.2.pdf) f

# Example
```shell
curl -L https://ndownloader.figshare.com/files/22813901 --output example.tar.gz
curl -L https://ndownloader.figshare.com/files/22813988 --output example.tar.gz
tar xzvf example.tar.gz
cd example; ./configure.sh
cd example
chmod +x configure.sh
./configure.sh
pamir.sh -j16 --configfile config.yaml
```

Expand Down

0 comments on commit a1919da

Please sign in to comment.