Closed ctcncgr closed 4 years ago
Thanks for the contribution, @ctcncgr, and sorry about the slow reply!
This looks great - would you mind submitting a PR, and we'll test it?
Sure can do. I'll submit a pr tomorrow.
Tested. Thanks for the pointers @ctcncgr. Closing this - feel free to reopen if you notice anything could be improved
Hey All,
Really like the tool and am preferring its runtime over things like genome tools, which terminates after the first incongruity is found.
One thing, many fasta and gff3 files are conveniently compressed and indexed using bgzip to be served in various browsers using block compression; as well as conserve disk space. It would be awesome if the tool could read these if provided. The tool wouldn't really need to know if they were block compressed as gzip is compatible for the decompression.
Below I modified the necessary bits to run gff3_QC on compressed, uncompressed or combinations.
Anyway, really like the tool and the general idea of the various classes of incongruity with the sequence ontology. Looking forward to further development.
Thank you