Package: kineticstools / 0.6.1+git20220223.1326a4d+dfsg-2

man-align-cols.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Description: Align columns of the first tabular
 There are three tabulars in doc/manual.rst, but only two are rendered in various contexts:
   - sphinx-build -b man,
   - rst2man,
   - the Github renderer.
 .
 This slight modification should bring it back to rendered documentations.
Author: Étienne Mollier <etienne.mollier@mailoo.org>
Bug: https://github.com/PacificBiosciences/kineticsTools/pull/74
Last-Update: 2020-04-20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- kineticstools.orig/doc/manual.rst
+++ kineticstools/doc/manual.rst
@@ -119,11 +119,11 @@
 
 The auxiliary data column of the GFF file contains other statistics which may be useful downstream analysis or filtering.  In particular the coverage level of the reads used to make the call, and +/- 20bp sequence context surrounding the site.
 
-================  ===========
-Column      Description
-================  ===========
-seqid     Fasta contig name
-source            Name of tool -- 'kinModCall'
+================        ===========
+Column                  Description
+================        ===========
+seqid                   Fasta contig name
+source                  Name of tool -- 'kinModCall'
 type                    Modification type -- in identification mode this will be m6A, m4C, or m5C for identified bases, or the generic tag 'modified_base' if a kinetic event was detected that does not match a known modification signature
 start                   Modification position on contig
 end                     Modification position on contig
@@ -131,7 +131,7 @@
 strand                  Sample strand containing modification
 phase                   Not applicable
 attributes              Extra fields relevant to base mods. IPDRatio is traditional IPDRatio, context is the reference sequence -20bp to +20bp around the modification, and coverage level is the number of IPD observations used after Mapping QV filtering and accuracy filtering. If the row results from an identified modification we also include an identificationQv tag with the from the modification identification procedure. identificationQv is the phred-transformed probability of an incorrect identification, for bases that were identified as having a particular modification. frac, fracLow, fracUp are the estimated fraction of molecules carrying the modification, and the 5% confidence intervals of the estimate. The methylated fraction estimation is a beta-level feature, and should only be used for exploratory purposes.
-================  ===========
+================        ===========
 
 modifications.csv
 -----------------