@BonsonW with latest v0.3.0 binaries that I tried
This works:
wget "https://dropbox.com/scl/fi/m91tejs4ljfbfos9y591b/PGXX22394_reads_1000.blow5.idx?rlkey=fpvsdonzxkrqsz0rq3xruh84y&st=rncsmare&dl=1" -O index.blow5.idx
./slow5curl reads "https://dropbox.com/scl/fi/1uw17z0ufjq2p95as1gqk/PGXX22394_reads_1000.blow5?rlkey=dpscpz01usz40v65jx28k9tlv&st=ghgbo3wk&dl=1" --index index.blow5.idx
But this doesn't:
./slow5curl reads "https://dropbox.com/scl/fi/1uw17z0ufjq2p95as1gqk/PGXX22394_reads_1000.blow5?rlkey=dpscpz01usz40v65jx28k9tlv&st=ghgbo3wk&dl=1" --index "https://dropbox.com/scl/fi/m91tejs4ljfbfos9y591b/PGXX22394_reads_1000.blow5.idx?rlkey=fpvsdonzxkrqsz0rq3xruh84y&st=rncsmare&dl=1"
which gives:
[reads_main] Loading remote BLOW5 file.
[reads_main] Loading index (this may take a while).
[s5curl_idx_init_from_url::ERROR] Reading idx failed: Unknown error -14. At src/index.c:106
[reads_main::ERROR] Error loading index file for https://dropbox.com/scl/fi/1uw17z0ufjq2p95as1gqk/PGXX22394_reads_1000.blow5?rlkey=dpscpz01usz40v65jx28k9tlv&st=ghgbo3wk&dl=1 from file path https://dropbox.com/scl/fi/m91tejs4ljfbfos9y591b/PGXX22394_reads_1000.blow5.idx?rlkey=fpvsdonzxkrqsz0rq3xruh84y&st=rncsmare&dl=1.
Any idea why?
@BonsonW with latest v0.3.0 binaries that I tried
This works:
But this doesn't:
which gives:
Any idea why?