changeset 3:eaa8cead8adb draft default tip

planemo upload for repository https://github.com/goeckslab/ChatAnalysis commit 512ff18ff5b549236910e706d4f73bde494399dc
author goeckslab
date Thu, 28 Nov 2024 04:36:09 +0000
parents 5c1018ad5eb3
children
files chat_analysis.xml
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/chat_analysis.xml	Fri Nov 22 01:31:04 2024 +0000
+++ b/chat_analysis.xml	Thu Nov 28 04:36:09 2024 +0000
@@ -44,16 +44,13 @@
         <param name="input_dataset"  type="data" format="csv,tabular" label="Data(csv or tsv) you want to chat with" optional="false"/>
     </inputs>
     <outputs>
-        <data name="chat_history" format="html" label="${tool.name} -- chat history html on ${on_string}"/>
+        <data name="chat_history" format="pdf" label="${tool.name} -- chat history pdf on ${on_string}"/>
         <data name="export_csv" format="csv" label="${tool.name} -- the exported csv you selected on ${on_string}"/>
-        <collection name="chat_plots" type="list" label="${tool.name} -- the generated plots on ${on_string}" >
-            <discover_datasets pattern="(?P&lt;designation&gt;.+)\.png" format="png" directory="plots" />
-        </collection>
     </outputs>
     <tests>
         <test expect_num_outputs="2">
             <param name="input_dataset" value="test.csv"/>
-            <output name="chat_history" file="chat_history.html" compare="sim_size" />
+            <output name="chat_history" file="chat_history.pdf" compare="sim_size" />
             <output name="export_csv" file="exported.csv" compare="sim_size" />
         </test>
     </tests>