This is a test version of Biostars. For the public version, visit https://www.biostars.org.
current version of transcript using mysql

I am trying to get the current version of a transcript using the below:

mysql hg19 -NBe 'select CONCAT(refseq, ".", version), kgId from kgXref, gbCdnaInfo where gbCdnaInfo.acc=kgXref.refseq' > refseqToUcscId
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'

What am I doing wrong or is this the best way? Thank you :).

mysql

are you trying to reach the UCSC mysql server ? you must add host/user/etc...

mysql --user=genome --host=genome-mysql.cse.ucsc.edu -A ....

0 answers

No answers yet.

Log in to answer this question.