Mercurial > repos > iuc > bcftools_plugin_setgt
comparison macros.xml @ 24:3e44f68c5f79 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 784611c9caf2680d41414ca2880b93a69d719701
| author | iuc |
|---|---|
| date | Sun, 18 Aug 2024 09:51:36 +0000 |
| parents | 8bc4b0030794 |
| children | a5669238dbcc |
comparison
equal
deleted
inserted
replaced
| 23:bf999c7c95bb | 24:3e44f68c5f79 |
|---|---|
| 1 <macros> | 1 <macros> |
| 2 <token name="@TOOL_VERSION@">1.15.1</token> | 2 <token name="@TOOL_VERSION@">1.15.1</token> |
| 3 <token name="@VERSION_SUFFIX@">3</token> | 3 <token name="@VERSION_SUFFIX@">4</token> |
| 4 <token name="@PROFILE@">20.01</token> | 4 <token name="@PROFILE@">20.01</token> |
| 5 <xml name="bio_tools"> | 5 <xml name="bio_tools"> |
| 6 <xrefs> | 6 <xrefs> |
| 7 <xref type="bio.tools">bcftools</xref> | 7 <xref type="bio.tools">bcftools</xref> |
| 8 </xrefs> | 8 </xrefs> |
| 434 #if $section.targets.targets_src == 'targets_file': | 434 #if $section.targets.targets_src == 'targets_file': |
| 435 #set $targets_path = 'targets_file.tab.gz' | 435 #set $targets_path = 'targets_file.tab.gz' |
| 436 bgzip -c "$section.targets.targets_file" > $targets_path && | 436 bgzip -c "$section.targets.targets_file" > $targets_path && |
| 437 tabix -s 1 -b 2 -e 2 $targets_path && | 437 tabix -s 1 -b 2 -e 2 $targets_path && |
| 438 #end if | 438 #end if |
| 439 #elif $tgts_sec.targets_file: | 439 #elif $section.targets_file: |
| 440 #set $targets_path = 'targets_file.tab.gz' | 440 #set $targets_path = 'targets_file.tab.gz' |
| 441 bgzip -c "$section.targets_file" > $targets_path && | 441 bgzip -c "$section.targets_file" > $targets_path && |
| 442 tabix -s 1 -b 2 -e 2 $targets_path && | 442 tabix -s 1 -b 2 -e 2 $targets_path && |
| 443 #end if | 443 #end if |
| 444 ]]> | 444 ]]> |
