We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e73f5 commit 18df48cCopy full SHA for 18df48c
1 file changed
tools/interactive/interactivetool_source.xml
@@ -23,6 +23,7 @@
23
#import re
24
export GALAXY_WORKING_DIR=`pwd` &&
25
mkdir -p ./jupyter/outputs/ &&
26
+ mkdir -p ./jupyter/inputs/ &&
27
mkdir -p ./jupyter/data &&
28
mkdir -p ./jupyter/notebooks &&
29
@@ -80,6 +81,9 @@
80
81
<collection name="output_collection" type="list" label="JupyterLab notebook output collection">
82
<discover_datasets pattern="__designation_and_ext__" directory="jupyter/outputs" visible="true"/>
83
</collection>
84
+ <collection name="input_collection" type="list" label="JupyterLab notebook input collection">
85
+ <discover_datasets pattern="__designation_and_ext__" directory="jupyter/inputs" visible="false"/>
86
+ </collection>
87
</outputs>
88
<tests>
89
<test expect_num_outputs="1">
0 commit comments