-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6677 from astrovsky01/checkm2_pr_fix
Fix checkm2 data manager issue
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
data_managers/data_manager_checkm2/tool_data_table_conf.xml.sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
2 changes: 1 addition & 1 deletion
2
data_managers/data_manager_checkm2/tool_data_table_conf.xml.test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |