From feba98656132d2ddfdfbe8c34b3e7c56cd4e484f Mon Sep 17 00:00:00 2001 From: suqingdong Date: Fri, 28 Aug 2020 17:44:47 +0800 Subject: [PATCH] update README --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 19dd945..41fe0ab 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,12 @@ bam2html chrom:pos -c 300 # set the width of window bam2html chrom:pos -color pink -bg green # set colors ``` + + ### Example Results -- single position: [demo.1_985460.html](example/demo.1_985460.html) -- multiple positions: [demo.1_985460,985463,985469.html](example/demo.1_985460,985463,985469.html) -- region positions: [demo.1_985461-985465.html](example/demo.1_985461-985465.html) +- single position: [demo.1_985460.html](https://suqingdong.github.io/bam2html/example/demo.1_985460.html) +- multiple positions: [demo.1_985460,985463,985469.html](https://suqingdong.github.io/bam2html/example/demo.1_985460,985463,985469.html) +- region positions: [demo.1_985461-985465.html](https://suqingdong.github.io/bam2html/example/demo.1_985461-985465.html) ## Meaning of Base's Colors | Color | Mapping Quality | Selector | @@ -34,5 +36,4 @@ bam2html chrom:pos -color pink -bg green # set colors > Underline: Secondary or orphan ## Documents -> https://bam2html.readthedocs.io -> \ No newline at end of file +https://bam2html.readthedocs.io