Mercurial > repos > bgruening > run_jupyter_job
changeset 1:c93b2676a27d draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/jupyter_job commit 6817ef65c64c0800e21815822c38beba52075f75"
author | bgruening |
---|---|
date | Sun, 20 Feb 2022 15:43:37 +0000 |
parents | f4619200cb0a |
children | bf2963c9bcdc |
files | run_jupyter_job.xml |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/run_jupyter_job.xml Sat Dec 11 17:56:38 2021 +0000 +++ b/run_jupyter_job.xml Sun Feb 20 15:43:37 2022 +0000 @@ -1,16 +1,16 @@ -<tool id="run_jupyter_job" name="Run long running jupyterlab script" hidden="true" version="0.0.1" profile="21.09"> +<tool id="run_jupyter_job" name="Run long running jupyterlab script" hidden="true" version="0.0.1" profile="20.09"> <description>inside a Docker container</description> <requirements> <container type="docker">docker.io/anupkumar/docker-ml-jupyterlab:galaxy-integration-0.1</container> </requirements> <command detect_errors="aggressive"><![CDATA[ python '${__tool_directory__}/main.py' - --ml_paths '$ml_h5_dataset_paths' - --loaded_file '$select_file' + --ml_paths '$ml_h5_dataset_paths' + --loaded_file '$select_file' --working_dir `pwd` - --output_array '$outfile_output_arrays' - --output_zip '$outfile_output_zip' - --ml_h5_files '$ml_h5_datasets' + --output_array '$outfile_output_arrays' + --output_zip '$outfile_output_zip' + --ml_h5_files '$ml_h5_datasets' ]]> </command> <inputs>