comparison chat_analysis.xml @ 1:7b33a7a006c7 draft

planemo upload for repository https://github.com/goeckslab/ChatAnalysis commit 1aba9600459e8a3136e5516ece74eecd9cb4f5fc
author goeckslab
date Wed, 13 Nov 2024 19:35:51 +0000
parents be4bfd3e9342
children 5c1018ad5eb3
comparison
equal deleted inserted replaced
0:be4bfd3e9342 1:7b33a7a006c7
19 echo "Starting Streamlit" && 19 echo "Starting Streamlit" &&
20 echo "Script executed from: `pwd`" && 20 echo "Script executed from: `pwd`" &&
21 mkdir -p plots && 21 mkdir -p plots &&
22 ln -sf $__tool_directory__/.env /ChatAnalysis/.env && 22 ln -sf $__tool_directory__/.env /ChatAnalysis/.env &&
23 streamlit run /ChatAnalysis/chat_analysis.py 23 streamlit run /ChatAnalysis/chat_analysis.py
24 $openai_api_key_file 24 "$openai_api_key_file"
25 $groq_api_key_file 25 "$groq_api_key_file"
26 $chat_history 26 "$chat_history"
27 $export_csv 27 "$export_csv"
28 "`pwd`/plots" 28 "./plots"
29 $input_dataset 29 "$input_dataset"
30 ]]> 30 ]]>
31 </command> 31 </command>
32 <configfiles> 32 <configfiles>
33 <configfile name="openai_api_key_file"><![CDATA[ 33 <configfile name="openai_api_key_file"><![CDATA[
34 $__user__.extra_preferences.get('chatgpt|api_key') 34 $__user__.extra_preferences.get('chatgpt|api_key')