Skip to content

Releases: brentp/gsort

vcf-like files

26 May 14:16
f0e0bfe
Compare
Choose a tag to compare
Merge pull request #4 from mikecormier/master

Allow for "vcf like" files to be soted

bugfix

11 Nov 16:23
Compare
Choose a tag to compare
v0.1.3

dont convert to empty chromosome if mapping is not found

fix for remappings

28 Oct 20:16
Compare
Choose a tag to compare
v0.1.2

fix gsort

chromosome re-mappings

11 Oct 18:31
Compare
Choose a tag to compare

with this release, you can give gsort a mapping file for chromosome names e.g. from here and it will map the chromosome names before doing the sort (so the order file should contain names for the new order).

add --parent argument for GFF sorting

07 Jun 19:51
Compare
Choose a tag to compare

0.0.6

  • allow sorting GFF with respect to parent so that of elements with the same start, the parent will always come first.

v0.0.5

25 Apr 19:55
Compare
Choose a tag to compare

fix bug with sv sorting.

v0.0.4

17 Aug 16:43
Compare
Choose a tag to compare

this release is unchanged from v0.0.3 but uses go1.7 to get around an error on osx when built with earlier version of go.

performance and memory improvements

19 Jul 15:57
Compare
Choose a tag to compare

previously gsort could use a lot more memory than requested. this release reduces the memory use and improves performance for most cases.

v0.0.2

21 Apr 16:02
Compare
Choose a tag to compare
  • allow bed files with 'track' and 'browser' headers.
  • add newline to stderr msg for version.
  • fix memory use.

Initial Release

15 Apr 20:29
Compare
Choose a tag to compare
v0.0.1

version