Skip to content

Commit

Permalink
pfaffing about trying to get the ugly markup tables to look good.
Browse files Browse the repository at this point in the history
Waste of time - spaces are squished where it wants.
  • Loading branch information
fubar2 committed Sep 28, 2024
1 parent 642e1d0 commit be474d8
Showing 1 changed file with 31 additions and 28 deletions.
59 changes: 31 additions & 28 deletions tools/sniffles/sniffles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,47 +160,50 @@ General
-------
+---------------------------+-----------------------------------------------------------------------+
| Parameter | Description |
+===========================+=======================================================================+
| Minimum Support | Minimum number of reads supporting a SV to be reported. Default:auto |
+---------------------------+-----------------------------------------------------------------------+
| Maximum Number of Splits | Maximum number of split segments per kb a read is aligned at before |
| | it is ignored. Default: 7 |
+---------------------------+-----------------------------------------------------------------------+
| Minimum SV Length | Minimum length of SV to be reported. Default: 50bp |
+---------------------------+-----------------------------------------------------------------------+
| Minimum Mapping Quality | Minimum mapping quality of alignment to be taken into account. |
| | Default: 20 |
+---------------------------+-----------------------------------------------------------------------+
| Minimum alignment length | Reads with less length aligned will be ignored. Default 100 |
+---------------------------+-----------------------------------------------------------------------+
+----------------------------+-------------------------------------------------------------------------+
| Parameter | Description |
+============================+=========================================================================+
| Minimum Support | Minimum number of reads supporting a SV to be reported. Default:auto |
+----------------------------+-------------------------------------------------------------------------+
| Maximum Number of Splits | Maximum number of split segments per kb a read is aligned at before |
| | it is ignored. Default: 7 |
+----------------------------+-------------------------------------------------------------------------+
| Minimum SV Length | Minimum length of SV to be reported. Default: 50bp |
+----------------------------+-------------------------------------------------------------------------+
| Minimum Mapping Quality | Minimum mapping quality of alignment to be taken into account. |
| | Default: 20 |
+----------------------------+-------------------------------------------------------------------------+
| Minimum alignment length | Reads with less length aligned will be ignored. Default 100 |
+----------------------------+-------------------------------------------------------------------------+
Clustering Options
------------------
+----------------------------------------+-----------------------------------------------------------------------+
| Parameter | Description |
+========================================+=======================================================================+
| Cluster bin size | Initial cluster bin size. Default 100 |
+----------------------------------------+-----------------------------------------------------------------------+
| Cluster Multiplier | Multiplier for SV start position standard deviation criterion in |
| | cluster merging [2.5] |
+----------------------------------------+-----------------------------------------------------------------------+
+---------------------+------------------------------------------------------------------------+
| Parameter | Description |
+=====================+========================================================================+
| Cluster bin size | Initial cluster bin size. Default 100 |
+---------------------+------------------------------------------------------------------------+
| Cluster Multiplier | Multiplier for SV start position standard deviation criterion in |
| | cluster merging [2.5] |
+---------------------+------------------------------------------------------------------------+
Advanced Options
----------------
+----------------------------------------+------------------------------------------------------------------------------+
| Parameter | Description |
+========================================+==============================================================================+
| Mosaic | Set Sniffles run mode to detect rare, somatic and mosaic SVs (default: False)|
+----------------------------------------+------------------------------------------------------------------------------+
+-------------+--------------------------------------------------------------------------------+
| Parameter | Description |
+=============+================================================================================+
| Mosaic | Set Sniffles run mode to detect rare, somatic and mosaic SVs (default: False)|
+-------------+--------------------------------------------------------------------------------+
----
Expand Down

0 comments on commit be474d8

Please sign in to comment.