Skip to content

Commit

Permalink
Add "compare set" and backtranslation to incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodr97 committed Sep 27, 2024
1 parent 63eecd5 commit a42fea2
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/source/_static/trimal_doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,16 @@

.wy-nav-content {
max-width: 1200px;
}
}

.green {
color: green;
}

.red {
color: red;
}

table td {
text-align: center;
}
37 changes: 37 additions & 0 deletions docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,43 @@ and a sequence for each donor, with their SNP applied.
Only valid in combination with -vcf.
Still applies min-quality and min-coverage when provided.


Incompatibilities
====================

.. role:: red
.. role:: green


Compare set
------------------

+----------------------+-------------+-------------+-------------+
| | in | compareset | forceselect |
+======================+=============+=============+=============+
| **in** | | :red:`x` | :red:`x` |
+----------------------+-------------+-------------+-------------+
| **compareset** | :red:`x` | | :green:`` |
+----------------------+-------------+-------------+-------------+
| **forceselect** | :red:`x` | :green:`` | |
+----------------------+-------------+-------------+-------------+


Backtranslation
------------------

+----------------------+-----------------+------------------+
| | ignorestopcodon | splitbystopcodon |
+======================+=================+==================+
| **ignorestopcodon** | | :red:`x` |
+----------------------+-----------------+------------------+
| **splitbystopcodon** | :red:`x` | |
+----------------------+-----------------+------------------+





.. _some-examples:
Some Examples
======================
Expand Down

0 comments on commit a42fea2

Please sign in to comment.