hoffmangroup / genomedata

The Genomedata format for storing large-scale functional genomics data.
https://genomedata.hoffmanlab.org/
GNU General Public License v2.0
2 stars 1 forks source link

Last line in data/track bed(Graph) file must be a newline #55

Open EricR86 opened 3 years ago

EricR86 commented 3 years ago

genomedata-load will error out on the last line of a trackfile specifying data if it is not a newline. Effectively EOF cannot come on the last data line. There has to be an empty line below the last datapoint.