-
Notifications
You must be signed in to change notification settings - Fork 96
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
Update interactive_tools.yml #973
Update interactive_tools.yml #973
Conversation
@@ -217,6 +217,8 @@ tools: | |||
mem: 4 | |||
env: | |||
HOME: /home/jovyan | |||
interactive_tool_genenotebook: |
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.
that looks correct its the tool-id not the filename
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.
Not sure why the test is failing.
@@ -217,6 +217,8 @@ tools: | |||
mem: 4 | |||
env: | |||
HOME: /home/jovyan | |||
interactive_tool_genenotebook: | |||
inherits: interactive_tool |
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.
inherits: interactive_tool | |
inherits: interactive_tool | |
cores: 1 | |
mem: 4 |
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.
maybe it needs more keys and just inheritance isn't enough?
Clicking on "details" shows
because TPV dry-run runs as an anonymous user. This is the intended behavior (of the rule). At the moment I am not sure what the best solution is. |
Sorry I indeed know. I think a good solution is patching TPV so that if the |
OK so I think we can merge this? |
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.
Yes.
not 100% sure if the naming must be
interactive_tool
orinteractivetool