sr320 / course-fish546-2018

7 stars 2 forks source link

HTTP request sent, awaiting response #58

Closed laurahspencer closed 5 years ago

laurahspencer commented 5 years ago

For the quiz this week i'm writing a script to download files from Owl, but only if they contain certain strings. I'm using wget and following a suggested script in the book:

wget --accept "201803_QuantSeq_Raw/CP-KS-Lib3-BC-[4-5][0-9][A-Z][A-Z]_S6_L008_R1_001.fastq.gz" --no-directories --recursive --no-parent \ http://owl.fish.washington.edu/wetgenes/201803_QuantSeq_Raw/ -P ../data/test-data/

I'm testing the script, and I'm still "awaiting response" from Owl after ~15 minutes (and it's on the 2nd try). Is this an indication that Owl is rejecting my request? Current output:

image

kubu4 commented 5 years ago

It appears to be an issue with Owl.

Looks like it require a physical restart (i.e. power down, then power up using button on Owl).

sr320 commented 5 years ago

will do

kubu4 commented 5 years ago

Hold power button until unit beeps, then it will enter shutdown procedure. Same when powering on.

sr320 commented 5 years ago

back online