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
An uncompressed cpg.bed file takes quite a lot of space, but a bed-sorted bgzip compressed file is much smaller in footprint.
This is a feature request to implement an extension-checking if/else in the code, which will use zlib to uncompress the input file on-the-fly when using it for methylqa bismark mode.
There may be similar code one can borrow ideas from in htslib/samtools github.com/samtools/htslib or github.com/samtools/samtools
The text was updated successfully, but these errors were encountered:
An uncompressed cpg.bed file takes quite a lot of space, but a bed-sorted bgzip compressed file is much smaller in footprint.
This is a feature request to implement an extension-checking if/else in the code, which will use zlib to uncompress the input file on-the-fly when using it for
methylqa bismark
mode.There may be similar code one can borrow ideas from in htslib/samtools github.com/samtools/htslib or github.com/samtools/samtools
The text was updated successfully, but these errors were encountered: