diff options
author | Roel Janssen | 2016-03-03 16:48:57 +0100 |
---|---|---|
committer | Roel Janssen | 2016-03-03 16:48:57 +0100 |
commit | b79a29c4e756450c6e34a9464a2c321c992b50a6 (patch) | |
tree | b1ed31c867c6a1c9c76876fcc4b6b86079c77285 | |
parent | fc79d528e10995f4e705d2f2863c14f706a2d509 (diff) | |
download | guix-bioinformatics-b79a29c4e756450c6e34a9464a2c321c992b50a6.tar.gz |
License fix for Freebayes.
-rw-r--r-- | gn/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index d826027..2ef6f2c 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -263,7 +263,7 @@ find small polymorphisms, specifically SNPs (single-nucleotide polymorphisms), indels (insertions and deletions), MNPs (multi-nucleotide polymorphisms), and complex events (composite insertion and substitution events) smaller than the length of a short-read sequencing alignment.") - (license license:non-copyleft)))) + (license license:expat)))) (define-public r-biocpreprocesscore (package |