Skip to content

Commit

Permalink
Fix fasttree tool (#6640)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek authored Dec 16, 2024
1 parent 69d5428 commit a90964e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tools/fasttree/.lint_skip

This file was deleted.

9 changes: 8 additions & 1 deletion tools/fasttree/fasttree.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ $model_selector.model
</conditional>
</when>
</conditional>
<param name="save_logfile" type="boolean" truevalue="" falsevalue="" checked="false" label="Save log file output" />
<param name="save_logfile" type="boolean" checked="false" label="Save log file output" />
<conditional name="model_selector">
<param name="format" type="select" label="Protein or nucleotide alignment" help="Specify if the aligned sequences are nucleotide or protein sequences">
<option value="-nt">Nucleotide</option>
Expand Down Expand Up @@ -154,6 +154,13 @@ $model_selector.model
<output name="output" file="tree.nhx" ftype="nhx" lines_diff="2" />
<output name="log" file="log.txt" ftype="txt" compare="contains" />
</test>
<test expect_num_outputs="1">
<param name="select_format" value="fasta" />
<param name="model" value="" />
<param name="input" value="aligned.fasta" />
<param name="format" value="-nt" />
<output name="output" file="tree.nhx" ftype="nhx" lines_diff="2" />
</test>
</tests>
<help>
<![CDATA[
Expand Down

0 comments on commit a90964e

Please sign in to comment.