diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 00:20:18 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 00:50:31 -0800 |
commit | 3c44bd85e3bd3e516d32c75273a36e9874b21a64 (patch) | |
tree | cac5bd8d3289cdabbabb01bc79151d111e25a3bc /gnu | |
parent | 2bfe0564cc52db8cf36dcd2d1bba8598de706754 (diff) |
gnu: arriba: Fix trailing whitespace in synopsis.
* gnu/packages/bioinformatics.scm (arriba)[synopsis]: Fix trailing whitespace.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index e46d6c6f65..793e8cd077 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -13311,7 +13311,7 @@ includes a command line tool and an analysis pipeline.") star zlib)) (home-page "https://github.com/suhrig/arriba") - (synopsis "Gene fusion detection from RNA-Seq data ") + (synopsis "Gene fusion detection from RNA-Seq data") (description "Arriba is a command-line tool for the detection of gene fusions from RNA-Seq data. It was developed for the use in a clinical research setting. |