Closed kgun12 closed 5 years ago
Looks like R is complaining that you have two lines concatenated together. Make sure that:
read.names.sql('names.dmp','accessionTaxa.sql') read.nodes.sql('nodes.dmp','accessionTaxa.sql')
is on two distinct lines:
read.names.sql('names.dmp','accessionTaxa.sql')
read.nodes.sql('nodes.dmp','accessionTaxa.sql')
/facepalm... I missed that entirely!!
Thanks for the useful tool!
Looks like R is complaining that you have two lines concatenated together. Make sure that:
read.names.sql('names.dmp','accessionTaxa.sql') read.nodes.sql('nodes.dmp','accessionTaxa.sql')
is on two distinct lines:
read.names.sql('names.dmp','accessionTaxa.sql') read.nodes.sql('nodes.dmp','accessionTaxa.sql')
No problem. Glad it's working for you.
I'm building a new accessionTaxa.sql db with protein accessions and get the following error:
Any help appreciated...