lifebit-ai / gwas

GWAS pipeline using SAIGE
5 stars 2 forks source link

Refactoring fixes #105

Closed evagradovich closed 3 years ago

evagradovich commented 3 years ago

This PR does the following:

Test

To reproduce locally:

git clone https://github.com/lifebit-ai/gel-gwas.git
git checkout refactoring_fixes
wget -qO- https://get.nextflow.io | bash
NXF_VER=20.01.0 ./nextflow run main.nf --config conf/test_binary.config
NXF_VER=20.01.0 ./nextflow run main.nf --config conf/test_qt

GEL production

Screenshot 2021-08-16 at 18 58 21

Lifebit CloudOS job link

evagradovich commented 3 years ago