Sign inSign up

pancancer/pancancer_upload_download

By pancancer

Updated over 10 years ago

This is used to download and upload data from GNOS

Image
1

3.2K

pancancer/pancancer_upload_download repository overview

Download/Upload Docker Image

This creates a download/upload Docker image. It allows you to download/upload data from GNOS, including the VCF upload process used for PanCancer.

Developers

Make sure you update the release versions in the Dockerfile then build the Docker image using:

    docker build -t pancancer/pancancer_upload_download .

Users

  1. Get this image

     docker pull pancancer/pancancer_upload_download
    
  2. You can launch this Docker container either interactively or just run the vcf uploader non-interactively. The former:

     docker run -it pancancer/pancancer_upload_download /bin/bash
    

You can then look in /opt/vcf-uploader/vcf-uploader-2.0.5 where the vcf uploader is installed.

Also, you will probably want to mount the pem key you use into the container, see how to use the -v parameter in Docker to do this.

  1. See the vcf-uploader tool for information on how to use this to upload VCFs to GNOS. There's an example on how to call the uploader tool.

Tag summary

Content type

Image

Digest

sha256:d132a35f0

Size

305.6 MB

Last updated

over 10 years ago

docker pull pancancer/pancancer_upload_download