Skip to content

Commit

Permalink
use @TOOL_VERSION@+galaxy@VERSION_SUFFIX@
Browse files Browse the repository at this point in the history
  • Loading branch information
lldelisle committed Feb 16, 2023
1 parent c6c4822 commit 5af8af0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions tools/rgrnastar/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
the index versions in sync, but you should manually adjust the +galaxy
version number. -->
<!-- STAR version to be used -->
<token name="@VERSION@">2.7.10b</token>
<token name="@PROFILE@">21.01</token>
<token name="@TOOL_VERSION@">2.7.10b</token>
<token name="@VERSION_SUFFIX@">0</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.
Expand All @@ -19,7 +19,7 @@

<xml name="requirements">
<requirements>
<requirement type="package" version="@VERSION@">star</requirement>
<requirement type="package" version="@TOOL_VERSION@">star</requirement>
<requirement type="package" version="1.16.1">samtools</requirement>
<requirement type="package" version="1.12">gzip</requirement>
<yield />
Expand Down
2 changes: 1 addition & 1 deletion tools/rgrnastar/rg_rnaStar.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="rna_star" name="RNA STAR" version="@VERSION@+galaxy2" profile="@PROFILE@" license="MIT">
<tool id="rna_star" name="RNA STAR" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" license="MIT">
<description>Gapped-read mapper for RNA-seq data</description>
<macros>
<import>macros.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/rgrnastar/rg_rnaStarSolo.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="rna_starsolo" name="RNA STARSolo" version="@VERSION@+galaxy1" profile="@PROFILE@" license="MIT">
<tool id="rna_starsolo" name="RNA STARSolo" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" license="MIT">
<description>mapping, demultiplexing and gene quantification for single cell RNA-seq</description>
<macros>
<import>macros.xml</import>
Expand Down

0 comments on commit 5af8af0

Please sign in to comment.