-
Notifications
You must be signed in to change notification settings - Fork 441
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 #5 from galaxyproject/master
Update repo from upstream
- Loading branch information
Showing
309 changed files
with
13,263 additions
and
3,136 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,7 +1,11 @@ | ||
<tool id="data_manager_gemini_download" name="GEMINI Download" version="0.19.1" tool_type="manage_data"> | ||
<description>Download a new database</description> | ||
<tool id="data_manager_gemini_download" name="GEMINI Download" version="@[email protected]" tool_type="manage_data"> | ||
<description>the annotation files required by the GEMINI suite of tools</description> | ||
<macros> | ||
<token name="@VERSION@">0.18.1</token> | ||
<token name="@DB_VERSION@">181</token> | ||
</macros> | ||
<requirements> | ||
<requirement type="package" version="0.19.1">gemini</requirement> | ||
<requirement type="package" version="@VERSION@">gemini</requirement> | ||
</requirements> | ||
<command detect_errors="exit_code"> | ||
python '$__tool_directory__/data_manager_gemini_download.py' '$out_file' | ||
|
@@ -11,16 +15,21 @@ | |
label="Download CADD scores for GEMINI database annotation" help="(--extra cadd_score)"/> | ||
<param name="gerp_bp" type="boolean" truevalue="--extra gerp_bp" falsevalue="" checked="True" | ||
label="Download GERP for GEMINI database annotation" help="(--extra gerp_bp)"/> | ||
<param name="gemini_db_version" type="hidden" value="@DB_VERSION@"/> | ||
</inputs> | ||
<outputs> | ||
<data name="out_file" format="data_manager_json" label="${tool.name}"/> | ||
</outputs> | ||
<tests> | ||
</tests> | ||
<help> | ||
This tool downloads the GEMINI databases. | ||
This tool downloads the GEMINI annotation files and makes them available to | ||
corresponding versions of the GEMINI suite of tools. Downloading the (very large) CADD_ scores and GERP_ annotation files is optional. | ||
|
||
For details about this tool, please go to http://gemini.readthedocs.org | ||
Please visit http://gemini.readthedocs.io for details about GEMINI. | ||
|
||
.. _GERP: http://mendel.stanford.edu/SidowLab/downloads/gerp/index.html | ||
.. _CADD: https://cadd.gs.washington.edu/ | ||
</help> | ||
<citations> | ||
<citation type="doi">10.1371/journal.pcbi.1003153</citation> | ||
|
7 changes: 4 additions & 3 deletions
7
data_managers/data_manager_gemini_database_downloader/data_manager_conf.xml
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
3 changes: 0 additions & 3 deletions
3
data_managers/data_manager_gemini_database_downloader/tool-data/gemini_databases.loc.sample
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
...s/data_manager_gemini_database_downloader/tool-data/gemini_versioned_databases.loc.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## GEMINI versioned databases | ||
#DownloadDate dbkey DBversion Description | ||
#2018-07-08 hg19 181 GEMINI annotations (2018-07-08 snapshot) |
6 changes: 3 additions & 3 deletions
6
data_managers/data_manager_gemini_database_downloader/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,7 +1,7 @@ | ||
<tables> | ||
<table name="gemini_databases" comment_char="#" allow_duplicate_entries="False"> | ||
<columns>value, dbkey, name, path</columns> | ||
<file path="tool-data/gemini_databases.loc" /> | ||
<table name="gemini_versioned_databases" comment_char="#" allow_duplicate_entries="False"> | ||
<columns>value, dbkey, version, name, path</columns> | ||
<file path="tool-data/gemini_versioned_databases.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
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
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
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
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
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
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
Oops, something went wrong.