Skip to content

Commit

Permalink
Merge pull request #6677 from astrovsky01/checkm2_pr_fix
Browse files Browse the repository at this point in the history
Fix checkm2 data manager issue
  • Loading branch information
bgruening authored Jan 14, 2025
2 parents f02ef28 + ed26bdb commit 273fabe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<tables>
<table name="checkm2" comment_char="#" allow_duplicate_entries="False">
<columns>value, dbkey, name, version, path</columns>
<columns>value, name, version, path</columns>
<file path="tool-data/checkm2.loc" />
</table>
</tables>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<tables>
<!-- Location of rnastar indexes for testing -->
<table name="checkm2" comment_char="#" allow_duplicate_entries="False">
<columns>value, dbkey, name, version, path</columns>
<columns>value, name, version, path</columns>
<file path="${__HERE__}/test-data/checkm2.loc" />
</table>
</tables>

0 comments on commit 273fabe

Please sign in to comment.