Mercurial > repos > iuc > multiqc
comparison multiqc.xml @ 20:9e0d04f86d87 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
| author | iuc |
|---|---|
| date | Tue, 02 Mar 2021 21:07:32 +0000 |
| parents | 713cf94ffd77 |
| children | 6dbde6ce9d93 |
comparison
equal
deleted
inserted
replaced
| 19:713cf94ffd77 | 20:9e0d04f86d87 |
|---|---|
| 1 <tool id="multiqc" name="MultiQC" version="@WRAPPER_VERSION@"> | 1 <tool id="multiqc" name="MultiQC" version="@WRAPPER_VERSION@+galaxy1"> |
| 2 <description>aggregate results from bioinformatics analyses into a single report</description> | 2 <description>aggregate results from bioinformatics analyses into a single report</description> |
| 3 <macros> | 3 <macros> |
| 4 <token name="@WRAPPER_VERSION@">1.9</token> | 4 <token name="@WRAPPER_VERSION@">1.9</token> |
| 5 <token name="@ESCAPE_IDENTIFIER@"> | 5 <token name="@ESCAPE_IDENTIFIER@"> |
| 6 <![CDATA[ | 6 <![CDATA[ |
| 10 <![CDATA[ | 10 <![CDATA[ |
| 11 #if $file_path in $file_paths | 11 #if $file_path in $file_paths |
| 12 #set $file_path += '_' + str($file_paths.count($file_path)) | 12 #set $file_path += '_' + str($file_paths.count($file_path)) |
| 13 #end if | 13 #end if |
| 14 #set $file_paths += [$file_path] | 14 #set $file_paths += [$file_path] |
| 15 grep -q "$pattern" $file || die "Module '${repeat.software_cond.software}: '$pattern' not found in the file '$identifier'" && | 15 grep -q '$pattern' $file || die "Module '${repeat.software_cond.software}: '$pattern' not found in the file '$identifier'" && |
| 16 ln -s '$file' '$file_path' && | 16 ln -s '$file' '$file_path' && |
| 17 ]]></token> | 17 ]]></token> |
| 18 <token name="@CREATE_REPEAT_DIR_1@"> | 18 <token name="@CREATE_REPEAT_DIR_1@"> |
| 19 <