Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

How do I run POSTGAP?

Daniel Zerbino edited this page Jan 9, 2018 · 2 revisions

By default, run from the root directory the command:

python POSTGAP.py --disease autism  

Multiple disease names can be provided.

You can also provide a list of EFOs:

python POSTGAP.py --efos EFO_0000196

Or an rsID:

python POSTGAP.py --rsID rs10009124

Or a manually defined variant:

python POSTGAP.py --coords my_variant 1 1234567 

Clone this wiki locally