Hi Uday,

We suggest that you use direct MySQL access for queries about the SNP database:

mysql --user=genome --host=genome-mysql.cse.ucsc.edu -A \
-e 'select * from snp132 where name="rs16965398";' hg19

Directions are located here:

http://genome.ucsc.edu/FAQ/FAQdownloads.html#download29

Use a join with the other related tables to obtain all the information you are 
interested in.

Hope this helps you! If you have further questions, please email our mailing 
list at: [email protected].

Vanessa Kirkup Swing
UCSC Genome Bioinformatics Group

----- Original Message -----
From: "Uday Kiran Para" <[email protected]>
To: [email protected]
Sent: Thursday, April 28, 2011 9:11:00 AM
Subject: Re: [Genome] Accessing webpage through a program

Hi,

 

When I was trying to access webpage through C# program I was getting error
message 

 

"hashMustFindVal: 'c' not found" in the retuned webpage.

 

I tried the same url in the web browser and it was working perfectly. I
think the problem was due to hgsid. Is there a way to access the SNP data
through webpage without using hgsid in the url.

 

I am using this program to access very small number (20) of WebPages.

 

The url of the webpage for which I got the error was:

http://genome.ucsc.edu/cgi-bin/hgc?hgsid=193578248
<http://genome.ucsc.edu/cgi-bin/hgc?hgsid=193578248&o=53352550&t=53352551&g=
snp132Common&i=rs16965398>
&o=53352550&t=53352551&g=snp132Common&i=rs16965398

 

I was encountering this problem only with the above page.

 

You help is very much appreciated.

 

Thanks,

Uday Kiran Para

 

_______________________________________________
Genome maillist  -  [email protected]
https://lists.soe.ucsc.edu/mailman/listinfo/genome
_______________________________________________
Genome maillist  -  [email protected]
https://lists.soe.ucsc.edu/mailman/listinfo/genome

Reply via email to