Skip to content

Releases: WGLab/NanoRepeat

NanoRepeat-1.8.1

17 Jul 09:29
Compare
Choose a tag to compare
  1. replace samtools with pysam
  2. improved I/O performance

NanoRepeat-1.8

26 Oct 16:51
Compare
Choose a tag to compare

In this version, we added a new output format, which is a tab-delimited text file summarizing repeat quantification results of all regions.

NanoRepeat-1.7

04 Jun 12:31
Compare
Choose a tag to compare

adding fast mode

NanoRepeat-1.6

04 Jun 11:25
Compare
Choose a tag to compare

Improved speed and memory use for STRs with large repeat sizes.

NanoRepeat-1.5

22 May 06:28
Compare
Choose a tag to compare

fixed one bug for alignment of FASTA input files.

NanoRepeat-1.4.0

10 May 09:49
Compare
Choose a tag to compare
  1. add function to check if the reference sequence contains the correct repeat motif.
  2. enable pip install NanoRepeat.
  3. supplied Tandem Repeat Finder annotation of tandem repeats (repeat unit length in 2-100 bp)

NanoRepeat-1.3

02 Apr 09:59
1e7732a
Compare
Choose a tag to compare

In previous versions, the output file name contained the repeat unit sequence, which may exceed the max length of the OS if the repeat unit is too long.
This version fixed this bug. If the repeat unit is more than 30bp, only part of the sequence will be displayed in the output file names.

NanoRepeat-1.2

12 Jul 09:11
Compare
Choose a tag to compare
  1. Updated documentation
  2. Changed output file formats
  3. Unified API for nanoRepeat.py and nanoRepeat-joint.py
  4. Updated example datasets

NanoRepeat-1.1

23 Jun 18:26
Compare
Choose a tag to compare

Fixed some bugs when there are no enough reads for GMM.

NanoRepeat-1.0

05 Jun 20:41
Compare
Choose a tag to compare

First release