allenday / bwa-http-docker

BWA alignment via HTTP requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bwa-http-docker

BWA alignment via HTTP requests

Don't run this on a public IP. The BWA CGI bwa.cgi script allows passing commandline args to bwa as a POST parameter. You've been warned!

Dockerfile

Deprecated. Will be removed or replaced with http.Dockerfile version in future releases.

http.Dockerfile

Supports following environment variables in runtime:

  • BWA_FILES - URI to download reference files from. Supports Google Cloud Storage gs:// scheme as well as http://, https:// schemes.
  • REQUESTER_PROJECT - Google Cloud Platform project ID to bill for file transfer when downoading from buckets with requester pays option enabled.

About

BWA alignment via HTTP requests


Languages

Language:Perl 44.4%Language:Shell 39.6%Language:Dockerfile 16.0%