Skip to content

Releases: HuntsmanCancerInstitute/USeq

USeq_9.1.5

14 Mar 17:25
Compare
Choose a tag to compare

See commit logs.

USeq_9.1.3

08 Jan 20:29
Compare
Choose a tag to compare

See commit logs. Some bug fixes. New apps for annotating bed and vcf files.

USeq_9.1.2

18 Dec 18:50
Compare
Choose a tag to compare

Several new QC apps to finding concordance between related bam files. Some changes to the AggregatePlotter and Sam2USeq to facilitate scaling with spiked species. See the change logs!

USeq_9.1.1

15 Sep 17:19
Compare
Choose a tag to compare

Wanted to update the splice junction apps given the recent interest. No bug fixes, just more features. New app called KnownSpliceJunctionScanner for generating histograms, means, and stdevs for known 5' and 3' max ent scan scores when provided a ucsc refflat gene table.

USeq_9.1.0

07 Sep 16:34
Compare
Choose a tag to compare

See the commit logs!

USeq_9.0.9

16 May 22:22
Compare
Choose a tag to compare

See the commit logs!

USeq_9.0.8

13 Mar 16:21
Compare
Choose a tag to compare

See the commit logs! Threaded several apps, pipe input for the SamTranscriptomeParser, a variety of catches added for odd input data.

USeq_9.0.7

25 Jan 21:16
Compare
Choose a tag to compare

See the commit logs! Lots of modifications to the VCF parsers. New apps for estimating error rates in a normal bam files and comparing vcf records against background bams for variant artifacts.

USeq_9.0.6

29 Dec 19:02
Compare
Choose a tag to compare

Three new apps, a mpileup parser, an error rate estimator, and a tool for merging multiple vcf files enabling ensemble consensus calling.

USeq_9.0.5

08 Dec 15:29
Compare
Choose a tag to compare

First release of the QueryIndexer, an app for scanning an entire file system for tabix indexed genomic data files and building interval trees on them to enable rapid intersection. The output is used by the Query REST API tool, see https://github.com/HuntsmanCancerInstitute/Query . This first release version includes modifications supporting chr and no chr chrom names, is threaded for simultaneous file loading, and uses a better interval tree data structure implementation.