Skip to content

Commit a759627

Browse files
Marie59bgruening
authored andcommitted
* update outputs * add default notebook * add an inputs folder
1 parent e385f21 commit a759627

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/interactive/interactivetool_source.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#import re
2424
export GALAXY_WORKING_DIR=`pwd` &&
2525
mkdir -p ./jupyter/outputs/ &&
26+
mkdir -p ./jupyter/inputs/ &&
2627
mkdir -p ./jupyter/data &&
2728
mkdir -p ./jupyter/notebooks &&
2829
@@ -80,6 +81,9 @@
8081
<collection name="output_collection" type="list" label="JupyterLab notebook output collection">
8182
<discover_datasets pattern="__designation_and_ext__" directory="jupyter/outputs" visible="true"/>
8283
</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>
8387
</outputs>
8488
<tests>
8589
<test expect_num_outputs="1">

0 commit comments

Comments
 (0)