Skip to content

Commit

Permalink
manually include data dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko authored Nov 25, 2024
1 parent e557415 commit 7b30920
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<requirement type="package" version="1.4.0">fake-useragent</requirement>
<!--Requirements string 'nb2workflow' can't be converted automatically. Please add the galaxy/conda requirement manually or modify the requirements file!-->
</requirements>
<required_files>
<include path="data/" />
</required_files>
<command detect_errors="exit_code">python '$__tool_directory__/telescope_type_prediction.py'</command>
<configfiles>
<inputs name="inputs" filename="inputs.json" data_style="paths" />
Expand Down Expand Up @@ -48,4 +51,4 @@
</tests>
<help>And here, the help text for the galaxy tool goes.
</help>
</tool>
</tool>

0 comments on commit 7b30920

Please sign in to comment.