Mercurial > repos > iuc > data_manager_star_index_builder
comparison data_manager/macros.xml @ 11:d63c1442407f draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_star_index_builder commit 096286097ed5cdf189a1b68c3fc34d10f4142e54
| author | iuc |
|---|---|
| date | Sun, 16 Apr 2023 08:31:33 +0000 |
| parents | a225487bf618 |
| children | 71c994a11f71 |
comparison
equal
deleted
inserted
replaced
| 10:a225487bf618 | 11:d63c1442407f |
|---|---|
| 3 whenever you make changes to the @TOOL_VERSION@ token! | 3 whenever you make changes to the @TOOL_VERSION@ token! |
| 4 The data manager uses a symlink to this macro file to keep the STAR and | 4 The data manager uses a symlink to this macro file to keep the STAR and |
| 5 the index versions in sync, but you should manually update @IDX_VERSION_SUFFIX@ --> | 5 the index versions in sync, but you should manually update @IDX_VERSION_SUFFIX@ --> |
| 6 <!-- STAR version to be used --> | 6 <!-- STAR version to be used --> |
| 7 <token name="@TOOL_VERSION@">2.7.10b</token> | 7 <token name="@TOOL_VERSION@">2.7.10b</token> |
| 8 <token name="@VERSION_SUFFIX@">0</token> | 8 <token name="@VERSION_SUFFIX@">3</token> |
| 9 <token name="@PROFILE@">21.01</token> | 9 <token name="@PROFILE@">21.01</token> |
| 10 <!-- STAR index version compatible with this version of STAR | 10 <!-- STAR index version compatible with this version of STAR |
| 11 This is the STAR version that introduced the index structure expected | 11 This is the STAR version that introduced the index structure expected |
| 12 by the current version. | 12 by the current version. |
| 13 It can be found for any specific version of STAR with: | 13 It can be found for any specific version of STAR with: |
| 62 <param argument="--sjdbGTFfile" type="data" format="gff3,gtf" label="Gene model (gff3,gtf) file for splice junctions" optional="false" help="Exon junction information for mapping splices"/> | 62 <param argument="--sjdbGTFfile" type="data" format="gff3,gtf" label="Gene model (gff3,gtf) file for splice junctions" optional="false" help="Exon junction information for mapping splices"/> |
| 63 <param argument="--sjdbOverhang" type="integer" min="1" value="100" label="Length of the genomic sequence around annotated junctions" help="Used in constructing the splice junctions database. Ideal value is ReadLength-1"/> | 63 <param argument="--sjdbOverhang" type="integer" min="1" value="100" label="Length of the genomic sequence around annotated junctions" help="Used in constructing the splice junctions database. Ideal value is ReadLength-1"/> |
| 64 </xml> | 64 </xml> |
| 65 <xml name="dbKeyActions"> | 65 <xml name="dbKeyActions"> |
| 66 <actions> | 66 <actions> |
| 67 <conditional name="refGenomeSource.geneSource"> | 67 <expand macro="dbKeyAction"/> |
| 68 <when value="indexed"> | |
| 69 <action type="metadata" name="dbkey"> | |
| 70 <option type="from_data_table" name="@IDX_DATA_TABLE@" column="1" offset="0"> | |
| 71 <filter type="param_value" column="0" value="#" compare="startswith" keep="False"/> | |
| 72 <filter type="param_value" ref="refGenomeSource.GTFconditional.genomeDir" column="0"/> | |
| 73 </option> | |
| 74 </action> | |
| 75 </when> | |
| 76 <when value="history"> | |
| 77 <action type="metadata" name="dbkey"> | |
| 78 <option type="from_param" name="refGenomeSource.genomeFastaFiles" param_attribute="dbkey" /> | |
| 79 </action> | |
| 80 </when> | |
| 81 </conditional> | |
| 82 </actions> | 68 </actions> |
| 69 </xml> | |
| 70 <xml name="dbKeyAction"> | |
| 71 <conditional name="refGenomeSource.geneSource"> | |
| 72 <when value="indexed"> | |
| 73 <action type="metadata" name="dbkey"> | |
| 74 <option type="from_data_table" name="@IDX_DATA_TABLE@" column="1" offset="0"> | |
| 75 <filter type="param_value" column="0" value="#" compare="startswith" keep="False"/> | |
| 76 <filter type="param_value" ref="refGenomeSource.GTFconditional.genomeDir" column="0"/> | |
| 77 </option> | |
| 78 </action> | |
| 79 </when> | |
| 80 <when value="history"> | |
| 81 <action type="metadata" name="dbkey"> | |
| 82 <option type="from_param" name="refGenomeSource.genomeFastaFiles" param_attribute="dbkey" /> | |
| 83 </action> | |
| 84 </when> | |
| 85 </conditional> | |
| 83 </xml> | 86 </xml> |
| 84 <token name="@TEMPINDEX@"><