-
Notifications
You must be signed in to change notification settings - Fork 446
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 #6678 from astrovsky01/checkm2_pr_fix
Try adding dbkey to fix checkm2 data manager issue
- Loading branch information
Showing
10 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
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
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
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,2 +1,2 @@ | ||
|
||
1.0.2 CheckM2 diamond DB downloaded with version 1.0.2 1.0.2 /tmp/tmpf_hplx2a/galaxy-dev/tool-data/checkm2/1.0.2/uniref100.KO.1.dmnd | ||
1.0.2 1.0.2 CheckM2 diamond DB downloaded with version 1.0.2 1.0.2 /tmp/tmpf_hplx2a/galaxy-dev/tool-data/checkm2/1.0.2/uniref100.KO.1.dmnd |
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
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, name, version, path</columns> | ||
<columns>value, dbkey, 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, name, version, path</columns> | ||
<columns>value, dbkey, name, version, path</columns> | ||
<file path="${__HERE__}/test-data/checkm2.loc" /> | ||
</table> | ||
</tables> |
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,3 +1,3 @@ | ||
##Checkm2 versioned indexes | ||
#build_id display_name path version | ||
001 test_db 1.0.2 ${__HERE__}/Checkm2_database/uniref100.KO.1.dmnd | ||
#build_id dbkey display_name path version | ||
001 1.0.2 test_db 1.0.2 ${__HERE__}/Checkm2_database/uniref100.KO.1.dmnd |
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
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, name, version, path</columns> | ||
<columns>value, dbkey, name, version, path</columns> | ||
<file path="tool-data/checkm2.loc" /> | ||
</table> | ||
</tables> |
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, name, version, path</columns> | ||
<columns>value, dbkey, name, version, path</columns> | ||
<file path="${__HERE__}/test-data/checkm2.loc" /> | ||
</table> | ||
</tables> |