Skip to content

Commit

Permalink
Fix stray xml attribute that does nothing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Aug 26, 2024
1 parent 8ed21b0 commit 10ef0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/tools/options_from_metadata_file.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ echo '${species_2}' >> '${output}'
</options>
</param>
<!-- test meta_file_key referring a collection to define options-->
<param name="input_2" type="data_collection" collection_type="list" format="maf" label="MAF Collection" multiple="true"/>
<param name="input_2" type="data_collection" collection_type="list" format="maf" label="MAF Collection" />
<param name="species_2" type="select" optional="false" label="Select species for the input dataset" multiple="true">
<options from_dataset="input_2" meta_file_key="species_chromosomes">
<column name="name" index="0"/>
Expand Down

0 comments on commit 10ef0a0

Please sign in to comment.