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
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
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!)
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
you could try to mount this site as a directory with FUSE, then any viewer will treat files within as normal files