-
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.
- Loading branch information
1 parent
a5c4daf
commit 95c1cd9
Showing
9 changed files
with
11 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
|
||
1.0.2 CheckM2 reference data downloaded with version 1.0.2 /tmp/tmpnr4n1xeu/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 /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, dbkey, name, path, version</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, dbkey, name, path, version</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 ${__HERE__}/Checkm2_database/uniref100.KO.1.dmnd 1.0.2 | ||
001 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, path, version</columns> | ||
<columns>value, 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, path, version</columns> | ||
<columns>value, name, version, path</columns> | ||
<file path="${__HERE__}/test-data/checkm2.loc" /> | ||
</table> | ||
</tables> |