From e3ce0bbe0e3958ccb0f14001db513f317d0b8c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Fri, 27 Oct 2023 15:07:00 +0200 Subject: [PATCH] add ML models to file source --- templates/galaxy/config/file_sources_conf.yml.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/galaxy/config/file_sources_conf.yml.j2 b/templates/galaxy/config/file_sources_conf.yml.j2 index f29bc4586..cb97f14d6 100644 --- a/templates/galaxy/config/file_sources_conf.yml.j2 +++ b/templates/galaxy/config/file_sources_conf.yml.j2 @@ -51,6 +51,12 @@ doc: Protein Data Bank (PDB) label: PDB +- type: posix + root: '/data/db/models/' + id: ml-models + doc: ML/AI models for PyTorch, TensorFlow, Keras ... + label: ML models + - type: ftp id: ebi-ftp label: "EBI FTP server"