diff options
author | pjotrp | 2016-03-05 16:07:32 +0000 |
---|---|---|
committer | pjotrp | 2016-03-05 16:07:32 +0000 |
commit | a4a9f2eec7a770a52bbeda64169ba9e3b1ff2583 (patch) | |
tree | 12012e10e7b0ecaedc48ed5b6150e37e8cc5bef2 /gn/packages/bioinformatics.scm | |
parent | 570d7b6118739bb76b6d32881e9ef45e50a9e3ae (diff) | |
download | guix-bioinformatics-a4a9f2eec7a770a52bbeda64169ba9e3b1ff2583.tar.gz |
Guix paths to the tools
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 295a2b3..c04c928 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -305,8 +305,8 @@ length of a short-read sequencing alignment.") (propagated-inputs `( ;; ("r-annotationdbi" ,r-annotationdbi) ; ("r-biocparallel" ,r-biocparallel) - ("r-dynamictreecut" ,r-dynamictreecut) ("r-doparallel" ,r-doparallel) + ("r-dynamictreecut" ,r-dynamictreecut) ("r-fastcluster" ,r-fastcluster) ("r-foreach" ,r-foreach) ("r-go-db" ,r-go-db) |