You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A collection of several bugfixes and performance improvements over the
last few months.
Full ChangeLog:
* Switch to diagrams package for plotting
* Update minimap2 version to 2.14
* Module samtools (version 0.1) now includes samtools_view
* Update to LTS-13 (GHC 8.6)
* Fix bug with orf_find & prots_out argument
* Call bwa/minimap2 with interleaved fastq files
* Add --verbose flag to check-install mode
* Avoid leaving open file descriptors after FastQ encoding detection
* Fix bug in garbage collection
* Compress intermediate SAM files (#22)
* Tar extraction uses much less memory (#77)
* Add early checks for input files in more situations (#33)
* Support compression in collect() output (#42)
* Fix CIGAR (#92) for select() blocks
A collection of several bugfixes and performance improvements over the
last few months.
Full ChangeLog:
* Switch to diagrams package for plotting
* Update minimap2 version to 2.14
* Module samtools (version 0.1) now includes samtools_view
* Fix bug with orf_find & prots_out argument
* Call bwa/minimap2 with interleaved fastq files
* Add --verbose flag to check-install mode
* Avoid leaving open file descriptors after FastQ encoding detection
* Fix bug in garbage collection
* Compress intermediate SAM files (#22)
* Tar extraction uses much less memory (#77)
* Add early checks for input files in more situations (#33)
* Support compression in collect() output (#42)
* Fix CIGAR (#92) for select() blocks
* Update to LTS-13 (GHC 8.6)
Using:
Produced a
sample.tsv.gz
file that was not gzipped.However
collect()
uses.gz
internally for its partial files.The text was updated successfully, but these errors were encountered: