Skip to content

GET-Foundation/getdemo

Repository files navigation

title app_file colorFrom colorTo sdk license pinned
GET
app/main.py
gray
red
docker
cc-by-nc-4.0
false

Data preparation

Put the data in the following structure in the root directory of the project.

data
├── sequences
│   └── causal
│       ├── MECP2_TFAP2A
│       ├── PRDM1_SMAD2
│       └── TAF1_ZFX
└── structures
    ├── causal
    │   ├── MECP2_TFAP2A
    │   ├── PRDM1_SMAD2
    │   └── TAF1_ZFX
    └── homodimer
        ├── PRDM1
        ├── SMAD2
        ├── TAF1
        └── ZFX

Installation

git clone --recursive git@github.com:fuxialexander/getdemo.git
cd getdemo
docker pull fuxialexander/getdemo:latest
docker run -it -v "/path/to/data:/data" --rm -p 7860:7860 fuxialexander/getdemo
# or
singularity run  -w --bind /manitou/pmg/users/xf2217/getdemo:/app --bind /manitou/pmg/users/xf2217/demo_data:/data --bind /pmglocal/xf2217/tmp:/tmp --no-home --pwd /app getdemo

The gradio interface will be available at http://127.0.0.1:7860, a sharable link will be printed in the terminal.

Build

git clone --recursive git@github.com:fuxialexander/getdemo.git
cd getdemo
docker build -t getdemo .
docker run -it -v "/path/to/data:/data" --rm -p 7860:7860 getdemo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published