Previous changeset 3:7cf5b1d072b5 (2020-01-30) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_quality_boxplot commit fd099d17eceaa319fbfe429f4725328d88b18c9f |
modified:
fastq_quality_boxplot.xml macros.xml |
b |
diff -r 7cf5b1d072b5 -r 867ab348287d fastq_quality_boxplot.xml --- a/fastq_quality_boxplot.xml Thu Jan 30 13:29:05 2020 -0500 +++ b/fastq_quality_boxplot.xml Thu Aug 10 06:52:59 2023 +0000 |
b |
@@ -1,4 +1,4 @@ -<tool id="cshl_fastq_quality_boxplot" name="Draw quality score boxplot" version="1.0.1"> +<tool id="cshl_fastq_quality_boxplot" name="Draw quality score boxplot" version="1.0.1+galaxy@VERSION_SUFFIX@" profile="22.05"> <description></description> <macros> <import>macros.xml</import> |
b |
diff -r 7cf5b1d072b5 -r 867ab348287d macros.xml --- a/macros.xml Thu Jan 30 13:29:05 2020 -0500 +++ b/macros.xml Thu Aug 10 06:52:59 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> |