-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create interactive_pampa.xml #168
base: release_23.0_europe
Are you sure you want to change the base?
Conversation
Used for training
) EU: Add scool format (galaxyproject#56)
Until the release notes are out.
…ning with Pangeo software stack
[EU] recommendation system
* Add info * Add changes * Increase version
* Add DIVAnd interactive tool * Update interactivetool_divand.xml --------- Co-authored-by: Björn Grüning <[email protected]>
… into two parts: the visualization plugin and backend changes. The client code integrates the h5web visualizer into Galaxy (https://h5web.panosc.eu). The backend changes add the ability to access the contents of a dataset without needing to read the whole dataset, which is essential for large files. It is based on the h5grove API (https://github.com/silx-kit/h5grove).
Add hdf4 support to hdfview tool
* EU: add ODV
<tool id="interactive_tool_pampa" tool_type="interactive" name="pampa" version="0.0.1" profile="22.01"> | ||
<description>Performance Indicators of Marine Protected Areas for the management of coastal ecosystems, resources and their uses</description> | ||
<requirements> | ||
<container type="docker">ylebras/pampa:latest</container> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Always remember to version those images when you bring them in production, ideally in sync with the tool version.
Ok, tested, and it seems ok on my side now! The app is launched and work. Need to look at it more deeply to see if there is app dedicated errors using it with real data AND look to ameliorate data format (tabular instead csv) and links with inputs and outputs |
hmmm .Stooping the GxIT, just see that ouput datasets, are not synchronized with Galaxy... duno why |
the same with last version. But output datasets are now on the good PATH, '{Galaxy working dir}/Results' as seen here :
Any idea ? For information, here is the Galaxy xml outputs tag:
|
@@ -0,0 +1,55 @@ | |||
<tool id="interactive_tool_pampa" tool_type="interactive" name="pampa" version="0.0.1" profile="22.01"> | |||
<description>Performance Indicators of Marine Protected Areas for the management of coastal ecosystems, resources and their uses</description> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
too long for my taste
ln -s /srv/shiny-server/sample-apps/PAMPA/Results . && | ||
mkdir Results && | ||
mkdir /srv/shiny-server/sample-apps/PAMPA/Results/ && | ||
ln -s Results /srv/shiny-server/sample-apps/PAMPA/Results/ && |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this working? folder "Results" exist already as you do mkdir before
e19ba2e
to
01e4d19
Compare
613623e
to
7eab9d9
Compare
This needs a rebase and retarget to the |
Thank you Björn! Will look at it! |
(Please replace this header with a description of your pull request. Please include BOTH what you did and why you made the changes. The "why" may simply be citing a relevant Galaxy issue.)
(If fixing a bug, please add any relevant error or traceback)
(For UI components, it is recommended to include screenshots or screencasts)
How to test the changes?
(Select all options that apply)
License