Spaces:
Running
Running
Installation
docker pull fuxialexander/getdemo:latest
docker run -it -v "/path/to/data:/data" --rm -p 7681:7681 fuxialexander/getdemo
The gradio interface will be available at http://127.0.0.1:7681, a sharable link will be printed in the terminal.
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