BIMSBbioinfo / pigx_sars-cov-2

PiGx SARS-CoV-2 wastewater sequencing pipeline
GNU General Public License v3.0
18 stars 3 forks source link

Fix error in dedupe mat fun when all cols are same #153

Closed jonasfreimuth closed 1 year ago

jonasfreimuth commented 1 year ago

In that case the deduped matrix would only have a single col after subsetting, which by default will be turned to a vector by the [ operator. This behavior is now disabled.

jonasfreimuth commented 1 year ago

Closes #152.