forked from Helmholtz-UFZ/galaxy-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DMs: download data to extra_file_path (Helmholtz-UFZ#71)
* DMs download data to extra_file_path * fix zenodo link * add lint skip for virsorter * fix plural * implement test mode for virsorter
- Loading branch information
1 parent
3c8e23e
commit c78bd5e
Showing
7 changed files
with
38 additions
and
14 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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<macros> | ||
<token name="@TOOL_VERSION@">2.1.5</token> | ||
<token name="@DB_VERSION@">2</token> | ||
<token name="@VERSION_SUFFIX@">0</token> | ||
<token name="@VERSION_SUFFIX@">1</token> | ||
<token name="@PROFILE@">22.01</token> | ||
</macros> | ||
<requirements> | ||
|
@@ -13,6 +13,8 @@ | |
<command detect_errors="exit_code"><![CDATA[ | ||
wget https://github.com/KennthShang/PhaBOX/releases/download/v2/phabox_db_v@[email protected] && | ||
unzip phabox_db_v@[email protected] && | ||
mkdir -p '$out_file.extra_files_path' && | ||
mv "phabox_db_v@DB_VERSION@" '$out_file.extra_files_path' && | ||
cp '$dmjson' '$out_file' | ||
]]></command> | ||
<configfiles> | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
InputsMissing |
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