comparison chat_analysis.xml @ 2:5c1018ad5eb3 draft default tip

planemo upload for repository https://github.com/goeckslab/ChatAnalysis commit f4ecf0087e42199a991ed4d9556e16cefdb7d4cb
author goeckslab
date Fri, 22 Nov 2024 01:31:04 +0000
parents 7b33a7a006c7
children
comparison
equal deleted inserted replaced
1:7b33a7a006c7 2:5c1018ad5eb3
15 </entry_point> 15 </entry_point>
16 </entry_points> 16 </entry_points>
17 <command> 17 <command>
18 <![CDATA[ 18 <![CDATA[
19 echo "Starting Streamlit" && 19 echo "Starting Streamlit" &&
20 echo "Script executed from: `pwd`" && 20 echo "working dir now: `pwd`" &&
21 mkdir -p plots && 21 mkdir -p plots &&
22 ln -sf $__tool_directory__/.env /ChatAnalysis/.env &&
23 streamlit run /ChatAnalysis/chat_analysis.py 22 streamlit run /ChatAnalysis/chat_analysis.py
24 "$openai_api_key_file" 23 "$openai_api_key_file"
25 "$groq_api_key_file" 24 "$groq_api_key_file"
26 "$chat_history" 25 "$chat_history"
27 "$export_csv" 26 "$export_csv"