Re: [PATCH] Various samtools patches.

2015-05-04 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> The third patch adds the most recent version of the 0.1 line of >> samtools. The input and output formats differ greatly from that used >> and produced by samtools 1.x (which has already been packaged as >> "samtools") and is still used in

Re: [PATCH] Various samtools patches.

2015-05-03 Thread Ludovic Courtès
Ricardo Wurmus skribis: > The third patch adds the most recent version of the 0.1 line of > samtools. The input and output formats differ greatly from that used > and produced by samtools 1.x (which has already been packaged as > "samtools") and is still used in many bioinformatics pipelines. C

[PATCH] Various samtools patches.

2015-04-28 Thread Ricardo Wurmus
Hi Guix, the first patch replaces a Makefile-patching build phase with make-flags. The second patch makes samtools install its libbam library. The third patch adds the most recent version of the 0.1 line of samtools. The input and output formats differ greatly from that used and produced by sam