geetduggal / dockdx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dockdx

Assuming this Dockerfile is built something like this:

docker build -t dockdx .

In a DNAnexus job, run:

docker run -it -v $PWD:/tmpdx dockdx /bin/bash

In this interactive terminal, type:

source /tmpdx/environment
dx ls
python
# import dxpy ...

About

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%