jefferislab / NBLAST_on-the-fly

Web application demonstrating NBLAST neuron similarity/search
http://jefferislab.org/si/nblast
5 stars 3 forks source link

some vfb_annotations are skipped #60

Closed jefferis closed 9 years ago

jefferis commented 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 = "")
jefferis commented 9 years ago

Fixed here: https://github.com/jefferislab/NBLAST_on-the-fly/commit/5a7396024271f497959720e5631904dbc3876276 but not too sure which branch is live at this point

jdmanton commented 9 years ago

Included in master now.