diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-15 16:44:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-16 00:29:21 +0200 |
commit | a147fadd3b60a0489bcf4b4cdce8254c51c16e3f (patch) | |
tree | 5404c76394b62a9476f641e8c879d407b446212c /gnu | |
parent | 9fc7cc31e232cdfe810044ff33f7210dc59f33f5 (diff) | |
download | patches-a147fadd3b60a0489bcf4b4cdce8254c51c16e3f.tar patches-a147fadd3b60a0489bcf4b4cdce8254c51c16e3f.tar.gz |
gnu: tadbit: Fix typo in description.
* gnu/packages/bioinformatics.scm (tadbit)[description]: Fix typo.
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 cded2dd8c8..9247f037d7 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9535,7 +9535,7 @@ applications for tackling some common problems in a user-friendly way.") "TADbit is a complete Python library to deal with all steps to analyze, model, and explore 3C-based data. With TADbit the user can map FASTQ files to obtain raw interaction binned matrices (Hi-C like matrices), normalize and -correct interaction matrices, identify adn compare the so-called +correct interaction matrices, identify and compare the so-called @dfn{Topologically Associating Domains} (TADs), build 3D models from the interaction matrices, and finally, extract structural properties from the models. TADbit is complemented by TADkit for visualizing 3D models.") |