Mercurial > repos > iuc > meryl_print
comparison print.xml @ 1:4ffdd07cc5b6 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meryl commit a3a16149db71f9b72dd7e949df0db08797637312
author | iuc |
---|---|
date | Tue, 08 Oct 2024 16:44:16 +0000 |
parents | 08b34a6c34ec |
children |
comparison
equal
deleted
inserted
replaced
0:08b34a6c34ec | 1:4ffdd07cc5b6 |
---|---|
10 <expand macro="requirements"/> | 10 <expand macro="requirements"/> |
11 <version_command>meryl --version</version_command> | 11 <version_command>meryl --version</version_command> |
12 <command detect_errors="exit_code"><![CDATA[ | 12 <command detect_errors="exit_code"><![CDATA[ |
13 export GALAXY_MEMORY_GB=\$((\${GALAXY_MEMORY_MB:-8192}/1024)) && | 13 export GALAXY_MEMORY_GB=\$((\${GALAXY_MEMORY_MB:-8192}/1024)) && |
14 mkdir -p ./temp_db/ && | 14 mkdir -p ./temp_db/ && |
15 tar -zxf $input_meryldb_02 -C ./temp_db/ && | 15 tar -xmf $input_meryldb_02 --use-compress-program="pigz -p \${GALAXY_SLOTS:-1}" -C ./temp_db/ && |
16 mv ./temp_db/* tmp.meryl && | 16 mv ./temp_db/* tmp.meryl && |
17 meryl print tmp.meryl > read-db.tabular | 17 meryl print tmp.meryl > read-db.tabular |
18 ]]></command> | 18 ]]></command> |
19 <inputs> | 19 <inputs> |
20 <param name="input_meryldb_02" type="data" format="meryldb" label="Input meryldb"/> | 20 <param name="input_meryldb_02" type="data" format="meryldb" label="Input meryldb"/> |