Mercurial > repos > iuc > semibin_generate_sequence_features
changeset 1:0ae1a2636de5 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/semibin commit 59a7b7a334fd2c3aca6163c2ff11d18ef654ab9d
author | iuc |
---|---|
date | Mon, 27 Mar 2023 08:24:19 +0000 |
parents | 07bf5268724f |
children | ff4e487f4f7e |
files | generate_sequence_features.xml macros.xml |
diffstat | 2 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/generate_sequence_features.xml Fri Oct 14 21:45:54 2022 +0000 +++ b/generate_sequence_features.xml Mon Mar 27 08:24:19 2023 +0000 @@ -272,4 +272,4 @@ ]]></help> <expand macro="citations"/> -</tool> \ No newline at end of file +</tool>
--- a/macros.xml Fri Oct 14 21:45:54 2022 +0000 +++ b/macros.xml Mon Mar 27 08:24:19 2023 +0000 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <macros> - <token name="@TOOL_VERSION@">1.1.1</token> + <token name="@TOOL_VERSION@">1.5.1</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">21.01</token> <xml name="biotools"> @@ -282,7 +282,7 @@ <data name="single_split_cov" format="csv" from_work_dir="output/*_data_split_cov.csv" label="${tool.name} on ${on_string}: Coverage (split data)"> <filter>mode["select"]=="single" and extra_output and "coverage" in extra_output</filter> </data> - <collection name="co_cov" type="list" label="${tool.name} on ${on_string}: Coverage"> + <collection name="co_cov" type="list" label="${tool.name} on ${on_string}: Coverage (co_cov)"> <filter>mode["select"]=="co" and extra_output and "coverage" in extra_output</filter> <discover_datasets pattern=".*\.bam_(?P<designation>.*)_data_cov\.csv" format="csv" directory="output/" /> </collection> @@ -290,7 +290,7 @@ <filter>mode["select"]=="co" and extra_output and "coverage" in extra_output</filter> <discover_datasets pattern=".*\.bam_(?P<designation>.*)_data_split_cov\.csv" format="csv" directory="output/" /> </collection> - <collection name="multi_cov" type="list" label="${tool.name} on ${on_string}: Coverage"> + <collection name="multi_cov" type="list" label="${tool.name} on ${on_string}: Coverage (multi_cov)"> <filter>mode["select"]=="multi" and extra_output and "coverage" in extra_output</filter> <discover_datasets pattern=".*\.bam_(?P<designation>.*)_data_cov.csv" format="csv" directory="output/samples/" /> </collection> @@ -298,11 +298,11 @@ <filter>mode["select"]=="multi" and extra_output and "coverage" in extra_output</filter> <discover_datasets pattern="(?P<designation>.*)\/data_cov.csv" format="csv" directory="output/samples/" recurse="true" match_relative_path="true"/> </collection> - <collection name="multi_split_cov" type="list" label="${tool.name} on ${on_string}: Coverage (split data) per sample"> + <collection name="multi_split_cov" type="list" label="${tool.name} on ${on_string}: Coverage (split data) per sample (multi_split_cov)"> <filter>mode["select"]=="multi" and extra_output and "coverage" in extra_output</filter> <discover_datasets pattern=".*\.bam_(?P<designation>.*)_data_split_cov.csv" format="csv" directory="output/samples/" /> </collection> - <collection name="multi_split_cov_sample" type="list" label="${tool.name} on ${on_string}: Coverage (split data) per sample"> + <collection name="multi_split_cov_sample" type="list" label="${tool.name} on ${on_string}: Coverage (split data) per sample (multi_split_cov_sample)"> <filter>mode["select"]=="multi" and extra_output and "coverage" in extra_output</filter> <discover_datasets pattern="(?P<designation>.*)\/data_split_cov.csv" format="csv" directory="output/samples/" recurse="true" match_relative_path="true"/> </collection> @@ -348,4 +348,4 @@ <citation type="doi">10.1038/s41467-022-29843-y</citation> </citations> </xml> -</macros> \ No newline at end of file +</macros>