comparison get_DB_data.xml @ 11:6c1e564bb278 draft

planemo upload for repository https://github.com/brsynth commit 6ae809b563b40bcdb6be2e74fe2a84ddad5484ae
author tduigou
date Fri, 23 May 2025 08:42:42 +0000
parents 703fda6c48c5
children ee28ec28140d
comparison
equal deleted inserted replaced
10:703fda6c48c5 11:6c1e564bb278
1 <tool id="get_DB_data" name="get data from DB" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09"> 1 <tool id="get_DB_data" name="Get Data From DB" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09">
2 <description>Import GenBank data from a PostgreSQL database running in a Docker container and export it as .gb files</description> 2 <description>Import GenBank data from a PostgreSQL database running in a Docker container and export it as .gb files</description>
3 <macros> 3 <macros>
4 <token name="@VERSION_SUFFIX@">0</token> 4 <token name="@VERSION_SUFFIX@">0</token>
5 <token name="@TOOL_VERSION@">0.1.0</token> 5 <token name="@TOOL_VERSION@">0.1.0</token>
6 </macros> 6 </macros>
67 </output_collection> 67 </output_collection>
68 </test> 68 </test>
69 </tests> 69 </tests>
70 70
71 <help><![CDATA[ 71 <help><![CDATA[
72 Pick Data From DB 72 Get Data From DB
73 =================== 73 ===================
74 74
75 Implemented a system to generate GenBank (.gb) files from CSV input, based on data retrieved from a PostgreSQL database via URI requests. 75 Implemented a system to generate GenBank (.gb) files from CSV input, based on data retrieved from a PostgreSQL database via URI requests.
76 The tool is tested on a locally hosted PostgreSQL database running in a Docker container. 76 The tool is tested on a locally hosted PostgreSQL database running in a Docker container.
77 77