Skip to content

Commit

Permalink
Fixed a linting issue.. Ooops.
Browse files Browse the repository at this point in the history
  • Loading branch information
Slugger70 committed Nov 13, 2018
1 parent d68f021 commit a9c77fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/shovill/shovill.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</conditional>
<param name="trim" argument="--trim" type="boolean" truevalue="--trim" falsevalue="" label="Trim reads" help="Use Trimmomatic to remove common adaptors first (default: OFF)" />
<param name="log" type="boolean" label="Output log file?" checked="true" help="Return the Shovill log file as part of the output. Default is on" />
<param name="assembler" arguement="--assembler" type="select" label="Assembler to use" help="Which assembler would you like shovill to use, default is Spades">
<param name="assembler" argument="--assembler" type="select" label="Assembler to use" help="Which assembler would you like shovill to use, default is Spades">
<option value="skesa">skesa</option>
<option value="megahit">megahit</option>
<option value="velvet">velvet</option>
Expand Down

0 comments on commit a9c77fb

Please sign in to comment.