GNU bug report logs - #30658
[PATCH 0/4] Add FastQC

Previous Next

Package: guix-patches;

Reported by: Ricardo Wurmus <rekado <at> elephly.net>

Date: Wed, 28 Feb 2018 22:32:01 UTC

Severity: normal

Tags: fixed, patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 30658 <at> debbugs.gnu.org
Cc: Ricardo Wurmus <rekado <at> elephly.net>
Subject: [bug#30658] [PATCH 0/4] Add FastQC
Date: Wed, 28 Feb 2018 23:14:35 +0100
Hi Guix,

this patch adds fastqc, a very popular bioinformatics tool.

This has been in my staging repo for a very long time because it is written in
Java and bundled pre-built third-party jars.  I finally managed to build the
last few dependencies from source.  These java-cisd-* packages were really not
easy to build and you can tell by how complicated they are.

Both java-cisd-base and java-cisd-jhdf5 include native libraries, which I'm
building from the included C sources.  The packages include tests, but unlike
other Java packages these tests are in the form of an application that needs
to be executed.  Hence the extra build phase after "check" to actually run the
tests.

FastQC seems to work, but I haven't performed any comprehensive tests yet.

Ricardo Wurmus (4):
  gnu: Add java-cisd-base.
  gnu: Add java-cisd-args4j.
  gnu: Add java-cisd-jhdf5.
  gnu: Add fastqc.

 gnu/packages/bioinformatics.scm |  79 ++++++++
 gnu/packages/java.scm           | 439 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 518 insertions(+)

-- 
2.16.2






This bug report was last modified 7 years and 161 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.