Mercurial > repos > iuc > multiqc
comparison image_content_plugin.xml @ 28:e99aaf069191 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 7f250f4b9484eceef360ba62ef519c94b56c0b97
| author | iuc |
|---|---|
| date | Wed, 19 Feb 2025 16:00:26 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 27:b7e8663db1ec | 28:e99aaf069191 |
|---|---|
| 1 <macros> | |
| 2 <token name="@IMAGE_CONTENT_COMMAND@"><![CDATA[ | |
| 3 #for $file in $image_content_input | |
| 4 #set identifier = re.sub('[^\s\w\-\.]', '_', str($file.element_identifier)) | |
| 5 #set file_parts = str($file.element_identifier).rsplit('.', 1) | |
| 6 #set file_path = os.path.join('multiqc_WDir/', file_parts[0] + '_mqc.' + str($file.ext)) | |
| 7 ln -s '$file' '$file_path' && | |
| 8 #end for | |
| 9 ]]></token> | |
| 10 <xml name="image_content_form"> | |
| 11 <param name="image_content_input" type="data" format="png,jpg,gif,tiff" multiple="true" label="Image content" help="Images to be added to the MutliQC HTML report" optional="true"/> | |
| 12 </xml> | |
| 13 <!--Test can be found in porechop_plugin.xml--> | |
| 14 </macros> |
