that is not the same thing because you don't need to download the entire file to do a remote viewing - whereas your solution does that - the downloads could be impractically large
Bam File Readers That Can Read Remote Ftp/Http Files?
What bam file readers that can read remote ftp/http files? I only know of samtools, but I would like to know of other tools that can also read remote files through ftp/http or other protocols. By remote access, I mean something like this:
samtools view ftp://ftp.site.com/file.bam chrN:1234-3456
samtools view http://www.site.com/file.bam chrN:1234-3456
• 4,385 views
•
link
2 answers
I am not aware of those tools. However you can easily combine wget, curl, lftp or any download tools with samtools in a shell, perl, or python script to get the job done.
• 112 views
•
link
• 71 views
•
link
You are right, about the possibility of viewing files without download the whole things. But from my experience, it is better to load everything to my workstation and do whatever I like afterward.
• 0 views
•
link
Log in to answer this question.