Previous changeset 2:fb83859f7714 (2019-12-25) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit a6a6774ae353f915a5ca34af8f281edd91e5c665 |
modified:
extract_bcs.xml macros.xml |
b |
diff -r fb83859f7714 -r ceb779d5be5b extract_bcs.xml --- a/extract_bcs.xml Wed Dec 25 11:40:47 2019 -0500 +++ b/extract_bcs.xml Fri Oct 04 08:56:36 2024 +0000 |
b |
@@ -1,4 +1,4 @@ -<tool id="bctools_extract_barcodes" name="Extract barcodes" version="@VERSION@"> +<tool id="bctools_extract_barcodes" name="Extract barcodes" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>according to pattern</description> <macros> <import>macros.xml</import> @@ -25,8 +25,8 @@ </param> </inputs> <outputs> - <data name="reads_cleaned" format="fastq"/> - <data name="extracted_barcodes" format="fastq"/> + <data name="reads_cleaned" format="fastq" label="${tool.name} on ${on_string}: Cleaned reads"/> + <data name="extracted_barcodes" format="fastq" label="${tool.name} on ${on_string}: Barcodes"/> </outputs> <tests> <test> |
b |
diff -r fb83859f7714 -r ceb779d5be5b macros.xml --- a/macros.xml Wed Dec 25 11:40:47 2019 -0500 +++ b/macros.xml Fri Oct 04 08:56:36 2024 +0000 |
b |
@@ -1,11 +1,13 @@ <macros> <xml name="requirements"> <requirements> - <requirement type="package" version="@VERSION@">bctools</requirement> + <requirement type="package" version="@TOOL_VERSION@">bctools</requirement> <yield/> </requirements> </xml> - <token name="@VERSION@">0.2.2</token> + <token name="@TOOL_VERSION@">0.2.2</token> + <token name="@VERSION_SUFFIX@">2</token> + <token name="@PROFILE@">23.1</token> <xml name="citations"> <citations> <citation type="doi">10.1016/j.molcel.2013.07.001</citation> |