vanheeringen-lab / seq2science

Automated and customizable preprocessing of Next-Generation Sequencing data, including full (sc)ATAC-seq, ChIP-seq, and (sc)RNA-seq workflows. Works equally easy with public as local data.
https://vanheeringen-lab.github.io/seq2science
MIT License
155 stars 27 forks source link

fix R from "helping" by removing digits from float column names #1001

Closed siebrenf closed 1 year ago

siebrenf commented 1 year ago

R read.delim() converts floats like 5.0 to 5. Stop that.