comparison do-test.bash @ 0:d55ad8533d58 draft default tip

planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
author richard-burhans
date Fri, 01 Mar 2024 18:26:57 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d55ad8533d58
1 #!/usr/bin/env bash
2
3 export "PLANEMO_GLOBAL_CONFIG_PATH=/scratch/rico/.planemo"
4 export "PLANEMO_GLOBAL_WORKSPACE=/scratch/rico/.planemo"
5
6 rm -rf /tmp/tmp* /scratch/rico/.planemo
7
8 planemo \
9 --verbose \
10 test \
11 --job_config_file=/scratch/rico/galaxytools/tools/ncbi_fcs_adaptor/planemo_job_conf.xml \
12 --no_cleanup \
13 --galaxy_root=/scratch/rico/galaxy 2>&1 \
14 | tee test.log
15