diff macros.xml @ 27:7591bce96601 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:18:25 +0000
parents d2aaac19f42f
children 31c42a2c02d3
line wrap: on
line diff
--- a/macros.xml	Tue Feb 11 10:13:08 2025 +0000
+++ b/macros.xml	Tue Feb 18 23:18:25 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@">