Closed jefferis closed 9 years ago
there is an embedded single quote causing trouble
we should be doing:
vfb_annotations <- read.table("annotation_map.tsv", header=TRUE, sep="\t", quote = "")
Fixed here: https://github.com/jefferislab/NBLAST_on-the-fly/commit/5a7396024271f497959720e5631904dbc3876276 but not too sure which branch is live at this point
Included in master now.
there is an embedded single quote causing trouble
we should be doing: