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 17, 2018
1 parent 6a616f1 commit 340578a
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 @@ -5,11 +5,11 @@ Mutation-Server is a Java library to detect heteroplasmic and homoplasmic sites
It has been integrated in [mtDNA-Server](https://mtdna-server.uibk.ac.at). For scalability, Mutation-Server is parallelized using Hadoop MapReduce but also available as a standalone tool.

## Standalone Usage
You can run Mutation-Server as a standalone tool starting with BAM files and detecting heteroplasmic and homoplasmic sites.
You can run Mutation-Server as a standalone tool starting with BAM files and detecting heteroplasmic and homoplasmic sites. By default BAQ is set (``--noBaq`` otherwise) and no indels (beta feature, ``--indel`` otherwise) are called.
```
wget https://github.com/seppinho/mutation-server/releases/download/v1.1.8/mutation-server-1.1.8.jar
wget https://github.com/seppinho/mutation-server/releases/download/v1.1.9/mutation-server-1.1.9.jar
java -jar mutation-server-1.1.8.jar analyse-local --input <file/folder> --output <file> --reference <fasta> --level 0.01
java -jar mutation-server-1.1.9.jar analyse-local --input <file/folder> --output <file> --reference <fasta> --level 0.01
```

## Output Format
Expand Down

0 comments on commit 340578a

Please sign in to comment.