Skip to content

Releases: brentp/tiwih

meandepth better on small chromosomes

29 Mar 23:22

Choose a tag to compare

v0.2.0

better heuristic for small chromosomes

meandepth per chromosome

27 Sep 21:31

Choose a tag to compare

tiwih is distributed as a static linux binary. Just download the binary below, chmod +x and run it directly. It will show a list of subcommands (also documented in the readme).

v0.1.9

  • meandepth: add --chromosome(s) argument. This lets us check particular chromosomes and allows a quick sex-check.
    e.g. tiwih meandepth --chromosome chr1,chr2,chrX,chrY $bam will output something like:
chr1    55
chr2    57
chrX    28
chrY    28

which indicates that this sample has one X and one Y chromosome.

vcf2bedpe: also write svtype

13 May 06:56

Choose a tag to compare

v0.1.8

add svtype in final column of vcf2bedpe

v0.1.7

19 Apr 09:44

Choose a tag to compare

vcf2bedpe added

pedbam

02 Aug 09:29

Choose a tag to compare

v0.1.6

  • new tool: pedbam: adds a path column to a pedigree file given a ped file and a list of bams

setsvalt changes

27 Jul 09:21

Choose a tag to compare

setsvalt also now sets the reference allele and capitalizes the ref and alt.

start > 151

09 Jul 17:30

Choose a tag to compare

fixes problems with paragraph

setsvalt + jasmine

02 Jul 08:42

Choose a tag to compare

v0.1.3

  • svsetalt: update for jasmine peculiarities

meandepth fix

30 Jun 13:29

Choose a tag to compare

v0.1.2

  • meandepth: fix so that we don't need read sequence to count read-length.
    (just use cigar).

jigv tsv

24 Jun 12:17

Choose a tag to compare

new tool: slivar_jigv_tsv

 writes an html page with a table of all variants
 where row-click loads and igv.js plots the appropirate data.