Skip to content

Commit 3faa072

Browse files
authored
Fix and Update MitoHiFi tool (#1617)
* Added -a parameter for organism selection * updated macros.xml * Updated test cases * Update MitoHiFi to latest version * Changes as per code review
1 parent b17cc0d commit 3faa072

File tree

3 files changed

+151
-135
lines changed

3 files changed

+151
-135
lines changed

tools/mitohifi/.lint_skip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
TestsCaseValidation

tools/mitohifi/macros.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<macros>
2-
<token name="@TOOL_VERSION@">3</token>
3-
<token name="@GALAXY_TOOL_VERSION@">galaxy0</token>
2+
<token name="@TOOL_VERSION@">3.2.3</token>
3+
<token name="@VERSION_SUFFIX@">0</token>
44
<xml name="edam_ontology">
55
<edam_topics>
66
<edam_topic>topic_0196</edam_topic>
@@ -11,7 +11,7 @@
1111
</xml>
1212
<xml name="requirements">
1313
<requirements>
14-
<container type="docker">quay.io/bgruening/mitohifi:3_galaxy0</container>
14+
<container type="docker">ghcr.io/marcelauliano/mitohifi:@TOOL_VERSION@</container>
1515
</requirements>
1616
</xml>
1717
<xml name="citations">

0 commit comments

Comments
 (0)