Hi Guix, this patch adds a bioinformatics tool called "Ribotaper". It needs a somewhat older version of bedtools, because the output format produced by bedtools changed after version 2.18.0 (they don't seem to care about semantic versioning). This is why this patch not only adds a variable "ribotaper" but also "bedtools-for-ribotaper".
Do you think I should rather name it "bedtools-2.18" and make it public so that users can install it? Or is it better to keep it private and name it "bedtools-for-ribotaper"? ~~ Ricardo Ricardo Wurmus (1): gnu: Add Ribotaper. gnu/packages/bioinformatics.scm | 44 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) -- 2.8.4