Bioconductor / Biostrings

Efficient manipulation of biological strings
https://bioconductor.org/packages/Biostrings
54 stars 16 forks source link

fix: Issue #106 #110

Open ahl27 opened 3 months ago

ahl27 commented 3 months ago

Fixes issue #106

Wipes the "qualities" property of mcols from the DNAStringSet object prior to building it as a QualityScaledDNAStringSet. If other mcols properties are still present, it still throws a warning. This fixes the warning thrown in example(readQualityScaledDNAStringSet)

ahl27 commented 3 months ago

Oop, StringSet and QualityScaledStringSet—I’ll fix that tomorrow 😅