Mercurial > repos > p.lucas > diamond_using_binary
comparison diamond.xml @ 69:ba644dc3e371 draft default tip
Uploaded
author | p.lucas |
---|---|
date | Tue, 11 Jun 2024 14:14:56 +0000 |
parents | 715b51fdc216 |
children |
comparison
equal
deleted
inserted
replaced
68:ff42b907d12a | 69:ba644dc3e371 |
---|---|
7 <expand macro="version_command" /> | 7 <expand macro="version_command" /> |
8 <command detect_errors="aggressive"> | 8 <command detect_errors="aggressive"> |
9 <![CDATA[ | 9 <![CDATA[ |
10 | 10 |
11 #if $ref_db_source.db_source == "history": | 11 #if $ref_db_source.db_source == "history": |
12 ln -s $ref_db_source.reference_database ./database.dmnd< | 12 ln -s $ref_db_source.reference_database ./database.dmnd |
13 && | |
13 #end if | 14 #end if |
14 | |
15 && | |
16 | |
17 /usr/bin/diamond | 15 /usr/bin/diamond |
18 $method_cond.method_select | 16 $method_cond.method_select |
19 --quiet | 17 --quiet |
20 --threads "\${GALAXY_SLOTS:-12}" | 18 --threads "\${GALAXY_SLOTS:-12}" |
21 #if $ref_db_source.db_source == "history": | 19 #if $ref_db_source.db_source == "history": |