Skip to content

Commit

Permalink
Merge pull request #683 from ARTbio/repenrich2_buitin_index
Browse files Browse the repository at this point in the history
fix index path (genome.fields.path) of repenrich2
  • Loading branch information
drosofff authored Apr 20, 2024
2 parents 4ac0720 + 78dfaa8 commit 191ee27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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@">2</token>
<token name="@VERSION_SUFFIX@">3</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
Expand Up @@ -25,7 +25,7 @@
ln -s -f '$refGenomeSource.genome' 'genome.fa' &&
#set index_path = 'genome'
#else:
#set index_path = $refGenomeSource.index.fields.path
#set index_path = $refGenomeSource.genome.fields.path
bowtie-inspect $index_path > genome.fa &&
#end if
Expand Down

0 comments on commit 191ee27

Please sign in to comment.