Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Oct 26, 2020
1 parent e7c60f7 commit c3e323e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
v0.0.3 (dev)
============
v0.0.3
======
+ fix bug for overlapping exons (#21)
+ prefer "22" over "22_KI270879v1_alt"
+ fix bug for no exons (#22 and thanks @oyvindbusk) for reporting
+ fix bug for no exons (#22 and thanks @oyvindbusk for reporting this and other issues)
+ report e.g. "exon 1 / 6" when hovering.
+ show genomic position next to gene
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ seqcover is a tool for viewing and evaluating depth-of-coverage with the followi

It is available as a static linux binary.

## Example Output

https://brentp.github.io/seqcover/

### Usage

`seqcover` can accept per-base coverage files in [d4](https://github.com/38/d4-format) or bgzipped bedgaph format. Either of
Expand All @@ -23,7 +27,7 @@ for b in *.bam; do
n=$(basename $b .bam)
mosdepth -x -t 4 samples/$n $b
done
seqcover report --genes PIGA,KCNQ2,ARX,DNM1,SLC25A22,CDKL5,GABRA1,CAD,MDH2,SCN1B,CNPY3,CPLX1,NEB,HNRNPA1 \
seqcover report --genes PIGA,KCNQ2,ARX,DNM1,SLC25A22,CDKL5,GABRA1,CAD,MDH2,SCN1B,CNPY3,CPLX1,NEB,HNRNPA1,CCDC39,AIFM1,CHCHD10 \
--background seqcover/seqcover_p5.d4 \
--fasta $fasta samples/*.bed.gz \
-r my_genes_report.html
Expand Down

0 comments on commit c3e323e

Please sign in to comment.