Mercurial > repos > iuc > multiqc
diff macros.xml @ 27:b7e8663db1ec draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 327834d2ea9b16f0f0264fa4e9b675a2277f2fee
author | iuc |
---|---|
date | Tue, 18 Feb 2025 23:17:45 +0000 |
parents | 1206c725e45a |
children | e99aaf069191 |
line wrap: on
line diff
--- a/macros.xml Tue Feb 11 10:12:32 2025 +0000 +++ b/macros.xml Tue Feb 18 23:17:45 2025 +0000 @@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">1.27</token> - <token name="@VERSION_SUFFIX@">1</token> + <token name="@VERSION_SUFFIX@">2</token> <xml name="bio_tools"> <xrefs> <xref type="bio.tools">multiqc</xref> @@ -55,7 +55,7 @@ #set $file_path += '_' + str($file_paths.count($file_path)) #end if #set $file_paths += [$file_path] - grep -q '$pattern' $file || die "Module '${repeat.software_cond.software}: '$pattern' not found in the file '$identifier'" && + grep -Pq '$pattern' $file || die "Module '${repeat.software_cond.software}: '$pattern' not found in the file '$identifier'" && ln -s '$file' '$file_path' && ]]></token> <token name="@CREATE_REPEAT_DIR_1@">