Skip to content

Commit

Permalink
Fix output examples links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Nov 2, 2018
1 parent 18cea90 commit 18951c0
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 @@ -40,9 +40,9 @@ The `--uniq` (or `-u`) command line flag allows reporting of genome coverage sta

Some examples of the program output can be found in the `data` folder within the GitHub repository:

- link:data/expected-general.json[General stats]
- link:data/expected-coverage.json[Genomic coverage stats]
- link:data/expected-coverage-uniq.json[Genomic coverage stats with uniquely mapped reads] (Note that the `coverageUniq` stats are reported as an additional JSON object)
- [General Stats](data/expected-general.json)
- [Genomic coverage stats](data/expected-coverage.json)
- [Genomic coverage stats with uniquely mapped reads](data/expected-coverage-uniq.json) (Note that the `coverageUniq` stats are reported as an additional JSON object)

## License

Expand Down

0 comments on commit 18951c0

Please sign in to comment.