diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 15:48:17 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:09:35 -0700 |
commit | bf7049022370913a6d6948c2ccb1f1fa61ab23cc (patch) | |
tree | f1ccbaf4144647edc0873dda20b867c5430bc8bf | |
parent | df5fb3ca280610d9de046e70806ddbda53dbac3a (diff) | |
download | patches-bf7049022370913a6d6948c2ccb1f1fa61ab23cc.tar patches-bf7049022370913a6d6948c2ccb1f1fa61ab23cc.tar.gz |
gnu: umi-tools: Fix typo "containing".
* gnu/packages/bioinformatics (umi-tools)[description]: Fix typo.
-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 ea6293f90f..e3c24aeb57 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -14783,7 +14783,7 @@ proximity within a reference genome.") (description "This package provides tools for dealing with @dfn{Unique Molecular Identifiers} (UMIs) and @dfn{Random Molecular Tags} (RMTs) in genetic sequences. There are six tools: the @code{extract} and -@code{whitelist} commands are used to prepare a fastq containg UMIs @code{+/-} +@code{whitelist} commands are used to prepare a fastq containing UMIs @code{+/-} cell barcodes for alignment. The remaining commands, @code{group}, @code{dedup}, and @{count}/@code{count_tab}, are used to identify PCR duplicates using the UMIs and perform different levels of analysis depending |