Skip to content

Commit

Permalink
more fix on repenrich2 versioning (#681)
Browse files Browse the repository at this point in the history
* more fix on repenrich versioning

* last rename edger-repenrich.xml to edger-repenrich2.xml

* Update macros.xml
  • Loading branch information
drosofff authored Apr 20, 2024
1 parent 205141a commit 4dd520d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/repenrich2/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ long_description: |
using high-throughput sequencing data
categories:
- Transcriptomics
homepage_url: https://github.com/ARTbio/tools-artbio/tree/main/tools/repenrich
homepage_url: https://github.com/ARTbio/tools-artbio/tree/main/tools/repenrich2
remote_repository_url: https://github.com/ARTbio/tools-artbio/tree/main/tools/repenrich2
toolshed:
- toolshed
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="edger-repenrich2" name="edgeR-repenrich" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<tool id="edger-repenrich2" name="edgeR-repenrich2" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>Determines differentially expressed features from RepEnrich2 counts</description>
<macros>
<import>macros.xml</import>
Expand Down Expand Up @@ -27,7 +27,7 @@
<command>
<![CDATA[
#import json
Rscript '${__tool_directory__}/edgeR_repenrich.R'
Rscript '${__tool_directory__}/edgeR_repenrich2.R'
--factorName '$factorName'
--levelNameA '$factorLevel_A'
Expand Down
2 changes: 1 addition & 1 deletion tools/repenrich2/macros.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<macros>
<token name="@TOOL_VERSION@">2.31.1</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@PROFILE@">23.0</token>

<xml name="repenrich_requirements">
Expand Down
2 changes: 1 addition & 1 deletion tools/repenrich2/repenrich2.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="repenrich2" name="RepEnrich" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<tool id="repenrich2" name="RepEnrich2" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
<description>Repeat Element Profiling</description>
<macros>
<import>macros.xml</import>
Expand Down

0 comments on commit 4dd520d

Please sign in to comment.