changeset 1:639d81cf8ac8 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fileidentification commit 54a29e12e7c71367b28f1dea4fb6458590b0ca92
author iuc
date Fri, 31 Oct 2025 13:50:27 +0000
parents ff7cec6bc518
children
files fileidentification.xml macros.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/fileidentification.xml	Thu Oct 30 16:52:27 2025 +0000
+++ b/fileidentification.xml	Fri Oct 31 13:50:27 2025 +0000
@@ -30,6 +30,7 @@
 - checks if the content of the files is intact
 
 Input: A ZIP containing the files to be analysed (may be a nested folder structure)
+
 Output: A report in plain text form
 
 A possible use case are digital preservation workflows,
@@ -45,10 +46,9 @@
     <citations>
         <citation type="bibtex">
 @misc{githubfileidentification,
-  author = {Swiss National Data and Service Center for the Humanities},
+  author = {{DaSCH, Swiss National Data and Service Center for the Humanities}},
   year = {2025},
   title = {Fileidentification - A CLI to Identify Multimedia File Formats and Bulk Convert Files},
-  publisher = {GitHub},
   journal = {GitHub repository},
   url = {https://github.com/dasch-swiss/fileidentification},
 }</citation>
--- a/macros.xml	Thu Oct 30 16:52:27 2025 +0000
+++ b/macros.xml	Fri Oct 31 13:50:27 2025 +0000
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
 <macros>
     <token name="@TOOL_VERSION@">2.5.0</token>
-    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@VERSION_SUFFIX@">1</token>
     <xml name="requirements">
         <requirements>
-            <container type="docker">daschswiss/fileidentification-galaxy:@TOOL_VERSION@-galaxy@VERSION_SUFFIX@</container>
+            <container type="docker">daschswiss/fileidentification-galaxy:@TOOL_VERSION@</container>
         </requirements>
     </xml>
 </macros>