# HG changeset patch # User goeckslab # Date 1749869141 0 # Node ID ea1c4179b2b9bc80254a88b0cb1e013970d6d3df # Parent 1ee654186809bf7821562247c458f8d14ef48a9d planemo upload for repository https://github.com/goeckslab/ChatAnalysis commit ca6d6493b0ebe9daa65de5ff5ea13b3e412c86c3 diff -r 1ee654186809 -r ea1c4179b2b9 chat_analysis.xml --- a/chat_analysis.xml Sat May 17 03:18:43 2025 +0000 +++ b/chat_analysis.xml Sat Jun 14 02:45:41 2025 +0000 @@ -1,15 +1,15 @@ - + Use natural language to work with and analyze your data - quay.io/goeckslab/chatanalysis:release + quay.io/goeckslab/chatanalysis:0.3.0 - 8501 + 9090 / @@ -21,23 +21,22 @@ #import re echo "Starting Streamlit" && echo "working dir now: `pwd`" && - mkdir -p generated_files && + mkdir -p outputs_dir && #set $sanitized_input_dataset = re.sub('[^\w\-_\.]', '_', $input_dataset.element_identifier.strip()) ln -sf '$input_dataset' "./${sanitized_input_dataset}"; echo "sanitized input dataset: $sanitized_input_dataset" && echo "input dataset: $input_dataset" && echo "$input_dataset.ext" && ln -sf $__tool_directory__/.env /ChatAnalysis/.env && - streamlit run /ChatAnalysis/Chat.py - "$__user_email__" - "$openai_api_key_file" - "$groq_api_key_file" - "$chat_history" - "./generated_files" - "$input_dataset" - "$input_dataset.ext" - --browser.gatherUsageStats false && - echo "Streamlit finished" && + python /ChatAnalysis/chat_dspy.py + --user_id "$__user_email__" + --openai_key_file "$openai_api_key_file" + --groq_key_file "$groq_api_key_file" + --chat_history "$chat_history" + --outputs_dir "./outputs_dir" + --input_file "$input_dataset" + --input_type "$input_dataset.ext" && + echo "finished" && echo "working dir now: '.' " ]]>