We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b97ecc commit 6113c24Copy full SHA for 6113c24
MC/run/ANCHOR/2021/OCT/pass4/anchorMC.sh
@@ -152,6 +152,14 @@ if [ "${MCRC}" = "0" ]; then
152
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
153
. ${DIR}/analysis_testing.sh
154
fi
155
+
156
+ # do analysis tasks
157
+ if [[ "${remainingargs}" == *"--include-analysis"* ]]; then
158
+ echo "Doing Analysis"
159
+ ${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow.json --target-labels Analysis --cpu-limit ${ALIEN_JDL_CPULIMIT:-8}
160
+ RC=$?
161
+ fi
162
163
164
165
# could take this way finally
0 commit comments