Skip to content

Commit

Permalink
corrects param names (found by linter)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwlang committed Feb 25, 2023
1 parent b525cf4 commit 3e95fbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/picard/picard_CollectAlignmentSummaryMetrics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<description>writes a file containing summary alignment metrics</description>
<macros>
<import>picard_macros.xml</import>
<token name="@WRAPPER_VERSION@">1</token>
<token name="@WRAPPER_VERSION@">2</token>
</macros>
<expand macro="requirements" />
<command detect_errors="exit_code"><![CDATA[
Expand Down Expand Up @@ -76,8 +76,8 @@
<tests>
<test>
<param name="bisulphite" value="false" />
<param name="sorted" value="true" />
<param name="adaptors" value="" />
<param name="assume_sorted" value="true" />
<param name="adapters" value="" />
<param name="maxinsert" value="100000" />
<param name="reference_source_selector" value="history" />
<param name="ref_file" value="picard_CASM_ref.fa" />
Expand Down

0 comments on commit 3e95fbe

Please sign in to comment.