diff options
author | pjotrp | 2016-03-23 18:16:20 -0500 |
---|---|---|
committer | pjotrp | 2016-03-23 18:16:20 -0500 |
commit | 390831e540aa2f4d00fdb74be5e0bccce02fa7ef (patch) | |
tree | 4a1106d079bca322b64ae30154ee5de9d2ebe526 /gn/packages/bioinformatics.scm | |
parent | 7dbdfa3d6930096d27e12003b9677c537febc74f (diff) | |
download | guix-bioinformatics-390831e540aa2f4d00fdb74be5e0bccce02fa7ef.tar.gz |
GN2 fix
Diffstat (limited to 'gn/packages/bioinformatics.scm')
-rw-r--r-- | gn/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index aa5432a..3629963 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -404,7 +404,7 @@ association studies (GWAS).") ("python2-scipy" ,python2-scipy) ("python2-simplejson" ,python2-simplejson) ("python2-pyyaml" ,python2-pyyaml) - ("python-xlsxwriter" ,python-xlsxwriter) + ("python2-xlsxwriter" ,python-xlsxwriter) ;; python-yolk is not needed ("plink" ,plink) ("qtlreaper" ,qtlreaper) |