Previous changeset 2:33a0ff1bb7df (2020-06-28) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ont_fast5_api commit e83fdc3a33f17709196a0f5567fbec42f9f31922" |
modified:
fast5_subset.xml macros.xml |
b |
diff -r 33a0ff1bb7df -r 0defe443ea04 fast5_subset.xml --- a/fast5_subset.xml Sun Jun 28 14:50:52 2020 -0400 +++ b/fast5_subset.xml Sat Oct 23 20:37:51 2021 +0000 |
b |
@@ -1,5 +1,4 @@ -<?xml version="1.0"?> -<tool id="ont_fast5_api_fast5_subset" name="@TOOL_NAME@ Subset" version="@TOOL_VERSION@+galaxy1" profile="18.01"> +<tool id="ont_fast5_api_fast5_subset" name="@TOOL_NAME@ Subset" version="@TOOL_VERSION@+galaxy2" profile="@PROFILE@"> <description>of multi read file(s)</description> <macros> <import>macros.xml</import> @@ -29,7 +28,7 @@ ]]></command> <inputs> <expand macro="input" argument="--input"/> - <param argument="--read_id_list" type="data" format="tabular" label="Select file with read IDs" help="Either containing 1 read_id per line or a tabular file with a column named read_id."/> + <param argument="--read_id_list" type="data" format="txt,tabular" label="Select file with read IDs" help="Either containing 1 read_id per line or a tabular file with a column named read_id."/> <expand macro="batch_size"/> <expand macro="compression"> <option value="none" selected="true">None</option> |
b |
diff -r 33a0ff1bb7df -r 0defe443ea04 macros.xml --- a/macros.xml Sun Jun 28 14:50:52 2020 -0400 +++ b/macros.xml Sat Oct 23 20:37:51 2021 +0000 |
b |
@@ -1,6 +1,6 @@ -<?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">3.1.3</token> + <token name="@PROFILE@">20.05</token> <token name="@TOOL_NAME@">ont_fast5_api:</token> <xml name="requirements"> <requirements> |