Mercurial > repos > ufz > checkv_build_database
comparison data_manager/checkv_datamanager.xml @ 2:88042a5ead89 draft
planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/data_managers/data_manager_checkv commit c78bd5eafa3d9450305cc8b32ba9cf8c64c42ba7
author | ufz |
---|---|
date | Mon, 18 Nov 2024 15:26:03 +0000 |
parents | 3756ac7a625b |
children | 7e80c69020f7 |
comparison
equal
deleted
inserted
replaced
1:3756ac7a625b | 2:88042a5ead89 |
---|---|
1 <tool id="checkv_build_database" name="CheckV" tool_type="manage_data" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> | 1 <tool id="checkv_build_database" name="CheckV" tool_type="manage_data" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <description>database builder</description> | 2 <description>database builder</description> |
3 <macros> | 3 <macros> |
4 <token name="@TOOL_VERSION@">1.0.3</token> | 4 <token name="@TOOL_VERSION@">1.0.3</token> |
5 <token name="@VERSION_SUFFIX@">1</token> | 5 <token name="@VERSION_SUFFIX@">2</token> |
6 <token name="@PROFILE@">22.01</token> | 6 <token name="@PROFILE@">22.01</token> |
7 </macros> | 7 </macros> |
8 <requirements> | 8 <requirements> |
9 <!-- DM only needs diamon (which comes with checkv) --> | 9 <!-- DM only needs diamon (which comes with checkv) --> |
10 <requirement type="package" version="@TOOL_VERSION@">checkv</requirement> | 10 <requirement type="package" version="@TOOL_VERSION@">checkv</requirement> |
14 wget https://portal.nersc.gov/CheckV/checkv-db-v${version}.tar.gz && | 14 wget https://portal.nersc.gov/CheckV/checkv-db-v${version}.tar.gz && |
15 tar -zxvf checkv-db-v${version}.tar.gz && | 15 tar -zxvf checkv-db-v${version}.tar.gz && |
16 cd checkv-db-v${version}/genome_db/ && | 16 cd checkv-db-v${version}/genome_db/ && |
17 diamond makedb --in checkv_reps.faa --db checkv_reps && | 17 diamond makedb --in checkv_reps.faa --db checkv_reps && |
18 cd - && | 18 cd - && |
19 mv checkv-db-v${version} checkv-db && | 19 mkdir -p '$out_file.extra_files_path' && |
20 mv checkv-db-v${version} '$out_file.extra_files_path'/checkv-db && | |
20 cp '$dmjson' '$out_file' | 21 cp '$dmjson' '$out_file' |
21 ]]></command> | 22 ]]></command> |
22 <configfiles> | 23 <configfiles> |
23 <configfile name="dmjson"><![CDATA[ | 24 <configfile name="dmjson"><![CDATA[ |
24 { | 25 { |