gnu: bless: Correct indentation and home-page. * gnu/packages/bioinformatics.scm (bless): Fix indentation. [home-page]: Replace broken URL.
gnu: Add BLESS. * gnu/packages/bioinformatics.scm (bless): New variable. Co-authored-by: Diane Trout <diane@ghic.org>
gnu: hisat: Disable build on non-x86_64. * gnu/packages/bioinformatics.scm (hisat)[supported-systems]: Add field.
gnu: Add express-beta-diversity. * gnu/packages/bioinformatics.scm (express-beta-diversity): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merge branch 'master' into dbus-update
gnu: pbtranscript-tofu: Update to 2.2.3. * gnu/packages/bioinformatics.scm (pbtranscript-tofu): Update to 2.2.3. [source]: Remove bundled Cython sources in a snippet. Replace ".tar.gz" extension in file-name field with "-checkout". [arguments]: Replace "enter-directory-and-clean-up" phase with "enter-directory" phase, and add "patch-setuppy" phase. [inputs]: Add python2-h5py. Move python2-cython ... [native-inputs]: ... to this field.
gnu: subread: Use SSE optimizations on x86_64 only. * gnu/packages/bioinformatics.scm (subread)[arguments]: Override CC and CCFLAGS conditionally dependent on target system.
gnu: crossmap: Update to 0.2.1. * gnu/packages/bioinformatics.scm (crossmap): Update to 0.2.1.
Merge branch 'master' into dbus-update
gnu: Add MOSAIK. * gnu/packages/bioinformatics.scm (mosaik): New variable.
Merge branch 'master' into dbus-update
gnu: ngs-sdk: Correct typo. * gnu/packages/bioinformatics.scm (ngs-sdk): Correct typo.
gnu: ngs-sdk: Remove unsupported systems. * gnu/packages/bioinformatics.scm (ngs-sdk)[supported-systems]: Keep only x86 based systems.
gnu: diamond: Restrict supported systems to x86_64-linux. * gnu/packages/bioinformatics.scm (diamond) [supported-systems]: Restrict to x86_64-linux.
gnu: bwa: Disable on non-x86_64. * gnu/packages/bioinformatics.scm (bwa)[supported-systems]: Add field.
Merge branch 'master' into core-updates
gnu: vsearch: Restrict supported systems to x86_64-linux. * gnu/packages/bioinformatics.scm (vsearch)[supported-systems]: Restrict to x86_64-linux. Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: clipper: Add 'file-name' field to source origin. * gnu/packages/bioinformatics.scm (clipper)[source]: Add file-name.
gnu: Add vsearch. * gnu/packages/bioinformatics.scm (vsearch): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add bio-blastxmlparser. * gnu/packages/bioinformatics.scm (bio-blastxmlparser): New variable.