annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
1 #!/usr/bin/env bash
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
2
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
3 export "PLANEMO_GLOBAL_CONFIG_PATH=/scratch/rico/.planemo"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
4 export "PLANEMO_GLOBAL_WORKSPACE=/scratch/rico/.planemo"
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
5
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
6 rm -rf /tmp/tmp* /scratch/rico/.planemo
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
7
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
8 planemo \
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
9 --verbose \
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
10 test \
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
11 --job_config_file=/scratch/rico/galaxytools/tools/ncbi_fcs_adaptor/planemo_job_conf.xml \
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
12 --no_cleanup \
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
13 --galaxy_root=/scratch/rico/galaxy 2>&1 \
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
14 | tee test.log
d55ad8533d58 planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_fcs_adaptor commit 74ccb005520db16be005e6471e8624357aca7d94
richard-burhans
parents:
diff changeset
15