frankvogt / vcf2gwas

Python API for comprehensive GWAS analysis using GEMMA
GNU General Public License v3.0
84 stars 29 forks source link

Update utils.py #27

Closed alesha92 closed 1 year ago

alesha92 commented 1 year ago

On line 1450 process = subprocess.run(process), should be process = subprocess.run(command). Causes a failure of gemma when running a linear model with covariates.

frankvogt commented 1 year ago

Thanks!