| Previous changeset 10:e8cdf238cc02 (2025-06-21) |
|
Commit message:
planemo upload for repository https://github.com/goeckslab/ChatAnalysis commit f99c2af6195b1432875834d8ef403ca71efe78e9 |
|
modified:
chat_analysis.xml |
| b |
| diff -r e8cdf238cc02 -r 30ddc96b5818 chat_analysis.xml --- a/chat_analysis.xml Sat Jun 21 05:23:35 2025 +0000 +++ b/chat_analysis.xml Tue Jul 08 18:18:47 2025 +0000 |
| b |
| @@ -60,7 +60,7 @@ <outputs> <data name="chat_history" format="json" label="${tool.name} -- chat history json on ${on_string} -- use to restore chat history next time"/> <collection name="generated_files" type="list" label="${tool.name} -- generated files"> - <discover_datasets pattern="__name_and_ext__" directory="generated_files" /> + <discover_datasets pattern="__name_and_ext__" directory="outputs_dir/generated_files" /> </collection> </outputs> <tests> |