We're pleased to announce that version 0.1.1 of OpenGE is available for download. This release contains some performance work, minor new features, and bug fixes.
New in this release:
* Mark duplicates performance has increased. We now split by chromosome in some cases, and process some chromosomes in parallel. This can be disabled with a --nosplit option.
* Output file format is detected from file extensions. For example, any filename ending in "SAM" or "sam" will be written in SAM format.
* The convert command has been removed, as its functionality was present elsewhere. See the command documentation for more details.
* The statistics command can now print out the distribution of read lengths. See the command documentation for details.
* Several small bug fixes.
OpenGE can be downloaded from the Github downloads page:
Bug reports can be put on the Github issues page:
We would appreciate any help testing the code or comparing the speed to related tools. Let us know of any improvements or features you would like to see in future versions to make the software more useful to you.
New in this release:
* Mark duplicates performance has increased. We now split by chromosome in some cases, and process some chromosomes in parallel. This can be disabled with a --nosplit option.
* Output file format is detected from file extensions. For example, any filename ending in "SAM" or "sam" will be written in SAM format.
* The convert command has been removed, as its functionality was present elsewhere. See the command documentation for more details.
* The statistics command can now print out the distribution of read lengths. See the command documentation for details.
* Several small bug fixes.
OpenGE can be downloaded from the Github downloads page:
Bug reports can be put on the Github issues page:
We would appreciate any help testing the code or comparing the speed to related tools. Let us know of any improvements or features you would like to see in future versions to make the software more useful to you.
Comment