Previous changeset 15:5ec75f5dae3c (2020-08-05) Next changeset 17:7ed2edc1337f (2021-01-15) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rgrnastar commit 9c34fd08b619a09028707a52c868d9be1ca02a6b" |
modified:
macros.xml rg_rnaStar.xml |
b |
diff -r 5ec75f5dae3c -r e132e7d02a3e macros.xml --- a/macros.xml Wed Aug 05 09:40:33 2020 -0400 +++ b/macros.xml Fri Dec 04 22:05:07 2020 +0000 |
b |
@@ -5,7 +5,7 @@ the index versions in sync, but you should manually adjust the +galaxy version number. --> <!-- STAR version to be used --> - <token name="@VERSION@">2.7.5b</token> + <token name="@VERSION@">2.7.6a</token> <!-- STAR index version compatible with this version of STAR This is the STAR version that introduced the index structure expected by the current version. @@ -24,6 +24,16 @@ </requirements> </xml> + <xml name="edam"> + <edam_topics> + <edam_topic>topic_3170</edam_topic> + <edam_topic>topic_3308</edam_topic> + </edam_topics> + <edam_operations> + <edam_operation>operation_0292</edam_operation> + </edam_operations> + </xml> + <xml name="index_selection" token_with_gene_model="0"> <param argument="--genomeDir" name="genomeDir" type="select" label="Select reference genome" |
b |
diff -r 5ec75f5dae3c -r e132e7d02a3e rg_rnaStar.xml --- a/rg_rnaStar.xml Wed Aug 05 09:40:33 2020 -0400 +++ b/rg_rnaStar.xml Fri Dec 04 22:05:07 2020 +0000 |
b |
@@ -1,9 +1,13 @@ -<tool id="rna_star" name="RNA STAR" version="@VERSION@" profile="17.01"> +<tool id="rna_star" name="RNA STAR" version="@VERSION@" profile="20.01" license="MIT"> <description>Gapped-read mapper for RNA-seq data</description> + <xrefs> + <xref type="bio.tools">star</xref> + </xrefs> <macros> <import>macros.xml</import> </macros> <expand macro="requirements"/> + <expand macro="edam"/> <expand macro="stdio" /> <!-- |