Repository 'chatanalysis'
hg clone https://toolshed.g2.bx.psu.edu/repos/goeckslab/chatanalysis

Changeset 1:7b33a7a006c7 (2024-11-13)
Previous changeset 0:be4bfd3e9342 (2024-11-05) Next changeset 2:5c1018ad5eb3 (2024-11-22)
Commit message:
planemo upload for repository https://github.com/goeckslab/ChatAnalysis commit 1aba9600459e8a3136e5516ece74eecd9cb4f5fc
modified:
chat_analysis.xml
b
diff -r be4bfd3e9342 -r 7b33a7a006c7 chat_analysis.xml
--- a/chat_analysis.xml Tue Nov 05 02:40:12 2024 +0000
+++ b/chat_analysis.xml Wed Nov 13 19:35:51 2024 +0000
b
@@ -21,12 +21,12 @@
         mkdir -p plots &&
         ln -sf $__tool_directory__/.env /ChatAnalysis/.env &&
         streamlit run /ChatAnalysis/chat_analysis.py
-            $openai_api_key_file
-            $groq_api_key_file 
-            $chat_history
-            $export_csv
-            "`pwd`/plots"
-            $input_dataset
+            "$openai_api_key_file"
+            "$groq_api_key_file"
+            "$chat_history"
+            "$export_csv"
+            "./plots"
+            "$input_dataset"
         ]]>
     </command>
     <configfiles>