Skip to content

Commit

Permalink
Trim reads by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Oct 31, 2019
1 parent 2ffb61f commit 9e290cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/workflows/0.1.0/irida_workflow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parameter name="shovill-1-adv.mincov" defaultValue="2">
<toolParameter toolId="toolshed.g2.bx.psu.edu/repos/iuc/shovill/shovill/1.0.4" parameterName="adv.mincov" label="Minimum contig coverage" type="integer"/>
</parameter>
<parameter name="shovill-1-trim" defaultValue="false">
<parameter name="shovill-1-trim" defaultValue="true">
<toolParameter toolId="toolshed.g2.bx.psu.edu/repos/iuc/shovill/shovill/1.0.4" parameterName="trim" label="Trim reads" type="boolean"/>
</parameter>
<parameter name="shovill-1-adv.namefmt" defaultValue="contig%05d">
Expand Down

0 comments on commit 9e290cf

Please sign in to comment.