This is a custom encoder model to use Avocado in Peax
-
Follow the instructions at https://github.com/flekschas/peax/blob/develop/README.md#installation to install Peax.
-
Outside of Peax, clone this repo.
git clone https://github.com/flekschas/peax-avocado
- Download an Avocado model. E.g.:
cd peax-avocado
python download-avocado.py chr1
Note: download-avocado.py
requires that you activated the px
environment from Peax!
- Symlink
peax-avocado
into Peax.
cd ../peax
ln -s ../peax-avocado avocado
- Download the data that you want to explore and configure Peax. As an example do:
cd avocado
python download-example-data.py
Note: download-example-data.py
requires that you activated the px
environment from Peax!
- Start Peax.
python start.py -b avocado -c avocado/configs/e116-dnase-h3k27ac.json
Note: the configuration file corresponds to the example data from step 5.