|
53 | 53 | <li class="toctree-l2"><a class="reference internal" href="#accounting-for-tree-uncertainty">Accounting for tree uncertainty</a></li> |
54 | 54 | <li class="toctree-l2"><a class="reference internal" href="#specifying-which-inparalog-to-keep">Specifying which inparalog to keep</a></li> |
55 | 55 | <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> |
56 | 57 | <li class="toctree-l2"><a class="reference internal" href="#all-options">All options</a></li> |
57 | 58 | </ul> |
58 | 59 | </li> |
@@ -172,6 +173,20 @@ <h2>Report inparalog handling<a class="headerlink" href="#report-inparalog-handl |
172 | 173 | <div class="line"><br /></div> |
173 | 174 | </div> |
174 | 175 | </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> |
175 | 190 | <section id="all-options"> |
176 | 191 | <h2>All options<a class="headerlink" href="#all-options" title="Link to this heading"></a></h2> |
177 | 192 | <table class="docutils align-default"> |
@@ -199,16 +214,19 @@ <h2>All options<a class="headerlink" href="#all-options" title="Link to this hea |
199 | 214 | <tr class="row-odd"><td><p>-r/--roooted</p></td> |
200 | 215 | <td><p>boolean argument for whether the input phylogeny is already rooted (default: false)</p></td> |
201 | 216 | </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> |
203 | 221 | <td><p>boolean argument for whether trees of SNAP-OGs should be outputted (default: false)</p></td> |
204 | 222 | </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> |
206 | 224 | <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> |
207 | 225 | </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> |
209 | 227 | <td><p>pathway for output files to be written (default: same as -f input)</p></td> |
210 | 228 | </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> |
212 | 230 | <td><p>create a summary file of which inparalogs where kept compared to trimmed</p></td> |
213 | 231 | </tr> |
214 | 232 | </tbody> |
|
0 commit comments