Skip to content

Commit 9b4dfad

Browse files
committed
Deploying to gh-pages from @ e7db77f 🚀
1 parent 11e43e6 commit 9b4dfad

File tree

6 files changed

+47
-5
lines changed

6 files changed

+47
-5
lines changed

_sources/change_log/index.rst.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Change log
88

99
Major changes to OrthoSNAP are summarized here.
1010

11+
**1.3.2**
12+
Added argument for user-defined delimiter (-d, \-\-delimiter)
13+
1114
**1.2.0**
1215
Added the -rih (\-\-report_inparalog_handling) function, which creates
1316
a summary file of which inparalogs where kept compared to trimmed

_sources/usage/index.rst.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,22 @@ To generate this file, use the following command:
9797
9898
|
9999
100+
Specifying the delimiter
101+
------------------------
102+
103+
As of version 1.3.2, OrthoSNAP supports an argument for user-defined delimiters between
104+
the taxon name and gene name.
105+
106+
By default, the delimiter is a pipe character (or "|"), but can be changed by setting the
107+
-d/\-\-delimiter argument. For example, if "-" is the current delimiter between taxon and
108+
gene names, use the following command:
109+
110+
.. code-block:: shell
111+
112+
$ orthosnap -f orthogroup_of_genes.faa -t phylogeny_of_orthogroup_of_genes.tre -d -
113+
114+
|
115+
100116
All options
101117
-----------
102118

@@ -115,6 +131,8 @@ All options
115131
+-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
116132
| -r/\-\-roooted | boolean argument for whether the input phylogeny is already rooted (default: false) |
117133
+-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
134+
| -d/\-\-delimiter | specify the delimiter found between taxon names and gene names (default: "|") |
135+
+-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
118136
| -st/\-\-snap_trees | boolean argument for whether trees of SNAP-OGs should be outputted (default: false) |
119137
+-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
120138
| -ip/\-\-inparalog_to_keep | determine which sequence to keep in the case of species-specific inparalogs using sequence- or tree-based options (default: longest_seq_len) |

change_log/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
<span id="id1"></span><h1>Change log<a class="headerlink" href="#change-log" title="Link to this heading"></a></h1>
8383
<hr class="docutils" />
8484
<p>Major changes to OrthoSNAP are summarized here.</p>
85+
<p><strong>1.3.2</strong>
86+
Added argument for user-defined delimiter (-d, --delimiter)</p>
8587
<p><strong>1.2.0</strong>
8688
Added the -rih (--report_inparalog_handling) function, which creates
8789
a summary file of which inparalogs where kept compared to trimmed</p>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ <h1>Quick Start<a class="headerlink" href="#quick-start" title="Link to this hea
161161
<li class="toctree-l2"><a class="reference internal" href="usage/index.html#accounting-for-tree-uncertainty">Accounting for tree uncertainty</a></li>
162162
<li class="toctree-l2"><a class="reference internal" href="usage/index.html#specifying-which-inparalog-to-keep">Specifying which inparalog to keep</a></li>
163163
<li class="toctree-l2"><a class="reference internal" href="usage/index.html#report-inparalog-handling">Report inparalog handling</a></li>
164+
<li class="toctree-l2"><a class="reference internal" href="usage/index.html#specifying-the-delimiter">Specifying the delimiter</a></li>
164165
<li class="toctree-l2"><a class="reference internal" href="usage/index.html#all-options">All options</a></li>
165166
</ul>
166167
</li>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

usage/index.html

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<li class="toctree-l2"><a class="reference internal" href="#accounting-for-tree-uncertainty">Accounting for tree uncertainty</a></li>
5454
<li class="toctree-l2"><a class="reference internal" href="#specifying-which-inparalog-to-keep">Specifying which inparalog to keep</a></li>
5555
<li class="toctree-l2"><a class="reference internal" href="#report-inparalog-handling">Report inparalog handling</a></li>
56+
<li class="toctree-l2"><a class="reference internal" href="#specifying-the-delimiter">Specifying the delimiter</a></li>
5657
<li class="toctree-l2"><a class="reference internal" href="#all-options">All options</a></li>
5758
</ul>
5859
</li>
@@ -172,6 +173,20 @@ <h2>Report inparalog handling<a class="headerlink" href="#report-inparalog-handl
172173
<div class="line"><br /></div>
173174
</div>
174175
</section>
176+
<section id="specifying-the-delimiter">
177+
<h2>Specifying the delimiter<a class="headerlink" href="#specifying-the-delimiter" title="Link to this heading"></a></h2>
178+
<p>As of version 1.3.2, OrthoSNAP supports an argument for user-defined delimiters between
179+
the taxon name and gene name.</p>
180+
<p>By default, the delimiter is a pipe character (or “|”), but can be changed by setting the
181+
-d/--delimiter argument. For example, if “-” is the current delimiter between taxon and
182+
gene names, use the following command:</p>
183+
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>orthosnap<span class="w"> </span>-f<span class="w"> </span>orthogroup_of_genes.faa<span class="w"> </span>-t<span class="w"> </span>phylogeny_of_orthogroup_of_genes.tre<span class="w"> </span>-d<span class="w"> </span>-
184+
</pre></div>
185+
</div>
186+
<div class="line-block">
187+
<div class="line"><br /></div>
188+
</div>
189+
</section>
175190
<section id="all-options">
176191
<h2>All options<a class="headerlink" href="#all-options" title="Link to this heading"></a></h2>
177192
<table class="docutils align-default">
@@ -199,16 +214,19 @@ <h2>All options<a class="headerlink" href="#all-options" title="Link to this hea
199214
<tr class="row-odd"><td><p>-r/--roooted</p></td>
200215
<td><p>boolean argument for whether the input phylogeny is already rooted (default: false)</p></td>
201216
</tr>
202-
<tr class="row-even"><td><p>-st/--snap_trees</p></td>
217+
<tr class="row-even"><td><p>-d/--delimiter</p></td>
218+
<td><p>specify the delimiter found between taxon names and gene names (default: “|”)</p></td>
219+
</tr>
220+
<tr class="row-odd"><td><p>-st/--snap_trees</p></td>
203221
<td><p>boolean argument for whether trees of SNAP-OGs should be outputted (default: false)</p></td>
204222
</tr>
205-
<tr class="row-odd"><td><p>-ip/--inparalog_to_keep</p></td>
223+
<tr class="row-even"><td><p>-ip/--inparalog_to_keep</p></td>
206224
<td><p>determine which sequence to keep in the case of species-specific inparalogs using sequence- or tree-based options (default: longest_seq_len)</p></td>
207225
</tr>
208-
<tr class="row-even"><td><p>-op/--output_path</p></td>
226+
<tr class="row-odd"><td><p>-op/--output_path</p></td>
209227
<td><p>pathway for output files to be written (default: same as -f input)</p></td>
210228
</tr>
211-
<tr class="row-odd"><td><p>-rih, --report_inparalog_handling</p></td>
229+
<tr class="row-even"><td><p>-rih, --report_inparalog_handling</p></td>
212230
<td><p>create a summary file of which inparalogs where kept compared to trimmed</p></td>
213231
</tr>
214232
</tbody>

0 commit comments

Comments
 (0)