unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: 30658@debbugs.gnu.org
Cc: Ricardo Wurmus <rekado@elephly.net>
Subject: [bug#30658] [PATCH 0/4] Add FastQC
Date: Wed, 28 Feb 2018 23:14:35 +0100	[thread overview]
Message-ID: <20180228221435.26879-1-rekado@elephly.net> (raw)

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

             reply	other threads:[~2018-02-28 22:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-28 22:14 Ricardo Wurmus [this message]
2018-02-28 22:38 ` [bug#30658] [PATCH 1/4] gnu: Add java-cisd-base Ricardo Wurmus
2018-02-28 22:38   ` [bug#30658] [PATCH 2/4] gnu: Add java-cisd-args4j Ricardo Wurmus
2018-02-28 22:38   ` [bug#30658] [PATCH 3/4] gnu: Add java-cisd-jhdf5 Ricardo Wurmus
2018-02-28 22:38   ` [bug#30658] [PATCH 4/4] gnu: Add fastqc Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180228221435.26879-1-rekado@elephly.net \
    --to=rekado@elephly.net \
    --cc=30658@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).