Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho authored Oct 9, 2018
1 parent 9ad32a8 commit 579c936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ mtDNA-Server uses this library to detect heteroplasmic and homoplasmic sites. Pl
## Standalone Usage
You can also run Mutation-Server Core as a standalone tool starting with BAM files.
```
wget https://github.com/seppinho/mutation-server/releases/download/v1.1.6/mutation-server-1.1.6.jar
wget https://github.com/seppinho/mutation-server/releases/download/v1.1.7/mutation-server-1.1.7.jar
java -jar mutation-server-1.1.6.jar analyse-local --input <input-folder> --reference <ref.fasta> --level 0.01 --outputRaw raw.txt --outputVar var.txt --baq true --baseQ 20 --mapQ 20 --alignQ 30 --indel true
java -jar mutation-server-1.1.7.jar analyse-local --input <input-folder> --output <output-folder> --reference <ref.fasta> --level 0.01
```

## Output Format
Expand Down

0 comments on commit 579c936

Please sign in to comment.