Skip to content

Commit

Permalink
Update tools/trimal/trimal.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
shiltemann authored Nov 20, 2024
1 parent c89b293 commit c320560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/trimal/trimal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ${out_format_selector}
<when value="-strictplus"/>
<when value="-automated1"/>
<when value="manual">
<param argument="-selectcols" type="text" optional="true" label="Columns to be removed from alignment" help="Example: 2,4,8-12 Range: [0 - (Number of Columns - 1)]">
<param argument="-selectcols" type="text" optional="true" label="Columns to be removed from alignment" help="Example: "2,4,8-12"; Range: [0 - (Number of Columns - 1)]">
<validator type="regex" message="must be comma-separated list of whole numbers">(\d+)([,-]\d+)*</validator>
</param>
<param argument="-selectseqs" type="text" optional="true" label="Sequences to be removed from alignment" help="Example: "2,4,8-12"; Range: [0 - (Number of Sequences - 1)]">
Expand Down

0 comments on commit c320560

Please sign in to comment.