Skip to content

Releases: FredHutch/integrate-metagenomic-assemblies

Increasing the robustness of file parsing

15 Oct 16:55

Choose a tag to compare

I've been running into problems where the GFF information can't be formatted cleanly into HDF5 format, and so this release includes a lot of optimizations that I'm hoping will help for those failure cases which I'm having trouble pinpointing.

Add the bucket command wrapper

15 May 17:10

Choose a tag to compare

Add a small utility to make it easier to dispatch jobs from sciluigi

Add HDF5 output file

10 May 23:10

Choose a tag to compare

In addition to all of the other outputs, this release also includes an HDF5 output file for rapid querying of individual contigs or clusters.

Based on my experience with the previous release, I think that this is in good condition to use in a production setting.

Fix GFF parsing bug

12 Apr 16:06

Choose a tag to compare

Fix GFF parsing bug Pre-release
Pre-release

Also added orientation information for cluster neighbors in JSON and SIF output files

Initial working version

11 Apr 23:00

Choose a tag to compare

Pre-release

Passes tests using small files in the tests/ folders. More testing is needed to see how it scales on large datasets.