Skip to content

Commit

Permalink
Add dependency to addValue tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Sep 29, 2023
1 parent 45d0409 commit 68da318
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tools/add_value/fixedValueColumn.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<tool id="addValue" name="Add column" version="1.0.0">
<tool id="addValue" name="Add column" version="1.0.1" profile="16.04">
<description>to an existing dataset</description>
<requirements>
<requirement type="package" version="5.26">perl</requirement>
</requirements>
<command>
perl $__tool_directory__/fixedValueColumn.pl
"${input}"
Expand All @@ -16,7 +19,7 @@
</param>
</inputs>
<outputs>
<data format="input" name="out_file1" metadata_source="input"/>
<data name="out_file1" format_source="input"/>
</outputs>
<tests>
<test>
Expand Down

0 comments on commit 68da318

Please sign in to comment.