Skip to content
Snippets Groups Projects
README.md 263 B
Newer Older
# Class1 allele-specific ensemble models

To generate the report, run:

```
time jupyter-nbconvert report.ipynb \
    --execute \
    --ExecutePreprocessor.kernel_name=python \
    --ExecutePreprocessor.timeout=60 \
    --to html \
    --stdout > report.html
```