BrentLab / yeastdnnexplorer

A development environment to explore implementations of deep neural networks for predicting the relationship between transcription factor and target genes using binding and perturbation data
https://brentlab.github.io/yeastdnnexplorer/
Other
0 stars 3 forks source link

fixing the csv sniffer auto detection of delimiters #107

Closed cmatKhan closed 2 weeks ago

cmatKhan commented 2 weeks ago

to detect the delimiter automatically, a sample of the file is read in. If that sample truncates a line, it sometimes causes the sniffer to fail.

Code has been added to detect the last instance of a newline character, and remove any text after that.

cmatKhan commented 2 weeks ago

closes #108