Releases: brentp/gsort
Releases · brentp/gsort
vcf-like files
bugfix
fix for remappings
v0.1.2 fix gsort
chromosome re-mappings
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
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
v0.0.4
performance and memory improvements
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
Initial Release
v0.0.1 version