Error Loading Custom Tracks Into Browser

21 views
Skip to first unread message

Marshae Scott

unread,
Jun 5, 2025, 12:20:56 PM6/5/25
to gen...@soe.ucsc.edu
Hello,

I am attempting to load custom tracks (bam files) into the browser and I keep receiving an error message. I go to the custom tracks tab, paste in my URL from the http site of our remote server that contains the bam files and their indexes. Once I hit submit, I receive the following error after a few seconds:

": TCP non-blocking connect() to mendel.hudsonalpha.org IP 52.119.14.222 timed-out in select() after 10000 milliseconds. A connection timeout means that either the server is offline or its firewall, the UCSC firewall or any router between the two blocks the connection. netConnect() failed Failed to open https://mendel.hudsonalpha.org/Public/mscott/ZMYM4-LHX6_Pool04/ZMYM4_468-472ctrlR1_1.1.bam. If you are able to access the URL with your web browser, please try reloading this page. <br>"

I reached out to my company's IT department, but also wanted to contact you guys as well to see if we could find a fix for this. Thank you in advance!


--
Marshae Scott Simpson
Research Associate, Myers Lab - HudsonAlpha Institute for Biotechnology

Hiram Clawson

unread,
Jun 5, 2025, 12:32:57 PM6/5/25
to Marshae Scott, gen...@soe.ucsc.edu
Good Morning Marshae:

Something is unusual about the address mendel.hudsonalpha.org

A 'curl -I' on that says it has moved to a different address:

curl -I mendel.hudsonalpha.org

HTTP/1.1 301 Moved Permanently
Date: Thu, 05 Jun 2025 16:31:06 GMT
Server: Apache/2.4.62 (Rocky Linux) OpenSSL/3.0.7
Location: https://mendel.hudsonalpha.org/
Content-Type: text/html; charset=iso-8859-1

And when I instruct 'curl' to follow that redirect, it never
gets an answer:

curl -L -I mendel.hudsonalpha.org

HTTP/1.1 301 Moved Permanently
Date: Thu, 05 Jun 2025 16:31:38 GMT
Server: Apache/2.4.62 (Rocky Linux) OpenSSL/3.0.7
Location: https://mendel.hudsonalpha.org/
Content-Type: text/html; charset=iso-8859-1

And appears to hang up waiting for the redirection, with an eventual timeout:

curl: (28) Failed to connect to mendel.hudsonalpha.org port 443: Connection
timed out

--Hiram

Christopher Lee

unread,
Jun 5, 2025, 12:37:12 PM6/5/25
to Hiram Clawson, Marshae Scott, gen...@soe.ucsc.edu
Hi Marshae and Hiram,

I was able to download the file just fine from my home network:
$ curl https://mendel.hudsonalpha.org/Public/mscott/ZMYM4-LHX6_Pool04/ZMYM4_468-472ctrlR1_1.1.bam
> test.bam
$ gzip -cd test.bam | head
BAM?@HD VN:1.6 SO:coordinate
@SQ SN:chr1 LN:248956422
@SQ SN:chr2 LN:242193529
@SQ SN:chr3 LN:198295559
...

But I was not able to download it from the UCSC network. This looks
like something your system administrators will need to address.

Thanks,
Christopher Lee
UCSC Genomics Institute
> --
>
> ---
> You received this message because you are subscribed to the Google Groups "UCSC Genome Browser Public Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to genome+un...@soe.ucsc.edu.
> To view this discussion visit https://groups.google.com/a/soe.ucsc.edu/d/msgid/genome/2beae9b3-2aa2-4460-a48a-7e8803a488b2%40soe.ucsc.edu.
Reply all
Reply to author
Forward
0 new messages