comparison 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
comparison
equal deleted inserted replaced
26:d2aaac19f42f 27:7591bce96601
1 <macros> 1 <macros>
2 <token name="@TOOL_VERSION@">1.27</token> 2 <token name="@TOOL_VERSION@">1.27</token>
3 <token name="@VERSION_SUFFIX@">1</token> 3 <token name="@VERSION_SUFFIX@">2</token>
4 <xml name="bio_tools"> 4 <xml name="bio_tools">
5 <xrefs> 5 <xrefs>
6 <xref type="bio.tools">multiqc</xref> 6 <xref type="bio.tools">multiqc</xref>
7 </xrefs> 7 </xrefs>
8 </xml> 8 </xml>
53 <![CDATA[ 53 <![CDATA[
54 #if $file_path in $file_paths 54 #if $file_path in $file_paths
55 #set $file_path += '_' + str($file_paths.count($file_path)) 55 #set $file_path += '_' + str($file_paths.count($file_path))
56 #end if 56 #end if
57 #set $file_paths += [$file_path] 57 #set $file_paths += [$file_path]
58 grep -q '$pattern' $file || die "Module '${repeat.software_cond.software}: '$pattern' not found in the file '$identifier'" && 58 grep -Pq '$pattern' $file || die "Module '${repeat.software_cond.software}: '$pattern' not found in the file '$identifier'" &&
59 ln -s '$file' '$file_path' && 59 ln -s '$file' '$file_path' &&
60 ]]></token> 60 ]]></token>
61 <token name="@CREATE_REPEAT_DIR_1@"> 61 <token name="@CREATE_REPEAT_DIR_1@">
62 <![CDATA[ 62 <![CDATA[
63 #set repeat_dir = os.path.join($software_dir, str($repeat2.type) + '_' + str($j)) 63 #set repeat_dir = os.path.join($software_dir, str($repeat2.type) + '_' + str($j))