This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Bam Viewer That Works On Authenticated Ftp Urls With Username/Password Combination?

Are there any BAM file viewers that will work on authenticated ftp urls with username/password combination?

For example, something like this:

~/myfavouritebamviewer view ftp://username:password@my.ftp.site/file.bam
next-gen bam software

you could try to mount this site as a directory with FUSE, then any viewer will treat files within as normal files

1 answer

Integrative Genomics Viewer (IGV) works with http sites that require authorization, I think it will work with FTP, a quick test indicates that it can connect, and most network libraries can handle http as well as ftp. That being said the FTP protocol is a lot trickier than HTTP as it has multiple modes of operation: active/passive plus other things. So this will also depend on the server settings.

(You may need to specify the username and/or password in the url, ouch!)

Log in to answer this question.