summaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
Commit message (Collapse)AuthorAge
* gnu: bowtie: fix build errorsRicardo Wurmus2015-01-30
| | | | | | | * gnu/packages/bioinformatics.scm (bowtie): Add 'supported-systems' field and add Makefile patch. * gnu/packages/patches/bowtie-fix-makefile.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add bowtieRicardo Wurmus2014-12-19
| | | | | | * gnu/packages/bioinformatics.scm (bowtie): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add bedtoolsRicardo Wurmus2014-12-16
| | | | | | * gnu/packages/bioinformatics.scm (bedtools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: samtools: disable tests for non-64-bit systemsRicardo Wurmus2014-12-16
| | | | | | | * gnu/packages/bioinformatics.scm (samtools): disable tests for all non-64-bit systems because of an upstream bug in the test data. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add samtoolsRicardo Wurmus2014-12-13
* gnu/packages/bioinformatics.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it Signed-off-by: Ludovic Courtès <ludo@gnu.org>