Previous changeset 5:ad116ae3f4d9 (2020-01-30) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_nucleotides_distribution commit fd099d17eceaa319fbfe429f4725328d88b18c9f |
modified:
fastx_nucleotides_distribution.xml macros.xml |
b |
diff -r ad116ae3f4d9 -r b6b54ba71bd8 fastx_nucleotides_distribution.xml --- a/fastx_nucleotides_distribution.xml Thu Jan 30 13:30:27 2020 -0500 +++ b/fastx_nucleotides_distribution.xml Thu Aug 10 06:54:04 2023 +0000 |
b |
@@ -1,4 +1,4 @@ -<tool id="cshl_fastx_nucleotides_distribution" version="1.0.1" name="Draw nucleotides distribution chart"> +<tool id="cshl_fastx_nucleotides_distribution" version="1.0.1+galaxy@VERSION_SUFFIX@" profile="22.05" name="Draw nucleotides distribution chart"> <description></description> <macros> <import>macros.xml</import> |
b |
diff -r ad116ae3f4d9 -r b6b54ba71bd8 macros.xml --- a/macros.xml Thu Jan 30 13:30:27 2020 -0500 +++ b/macros.xml Thu Aug 10 06:54:04 2023 +0000 |
b |
@@ -34,6 +34,7 @@ </requirements> </xml> <token name="@VERSION@">0.0.14</token> + <token name="@VERSION_SUFFIX@">2</token> <token name="@SANGER@">fastqsanger,fastqsanger.gz,fastqsanger.bz2</token> <token name="@SOLEXA@">fastqsolexa,fastqsolexa.gz,fastqsolexa.bz2</token> <token name="@ILLUMINA@">fastqillumina,fastqillumina.gz,fastqillumina.bz2</token> |