Skip to content

Commit

Permalink
🐳 initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
raynardj committed Apr 3, 2021
0 parents commit f9fdef9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM ubuntu:18.04
COPY gdc-client .
COPY dl_conf.dtt .
COPY gdc_manifest_tissue.txt .
COPY manifest_tissue.txt .
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
docker build -t gdc_download .

3 changes: 3 additions & 0 deletions dl_conf.dtt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[download]
dir = /GCI/tcga_slides
n_processes = 6
Binary file added gdc-client
Binary file not shown.
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker run -it --rm -v /GCI:/GCI --name gdc_download gdc_download ./gdc-client download -m manifest_tissue.txt --config dl_conf.dtt

0 comments on commit f9fdef9

Please sign in to comment.