Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:0.5
Description
I noticed today that this samtools query doesn't work on IGBQuickLoad or our backup site on Bioviz:
$ samtools view -H http://bioviz.org/quickload/A_thaliana_Jun_2009/LFYChIPSeq/LFY.bam chr1 > chr1.sam
[knet_seek] SEEK_END is not supported for HTTP. Offset is unchanged.
$ samtools view -H http://igbquickload.org/quickload/A_thaliana_Jun_2009/LFYChIPSeq/LFY.bam chr1 > chr1.sam
[knet_seek] SEEK_END is not supported for HTTP. Offset is unchanged.
This may affect IGB.
Bam files have been moved off of the IGB Quickload site (mostly to scidas).
I tested using samtools 1.9 Using htslib 1.9 on Mac.
samtools view -H http://lorainelab-quickload.scidas.org/rnaseq/A_thaliana_Jun_2009/SRP059384/SRR2060634.bam
The above command worked.
Closing issue.