Skip to content

Commit

Permalink
remove sysimage usage which seems to conflict with target arch
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed Jan 18, 2023
1 parent b6a3466 commit 7be6b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tmle.nf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ process TMLE {
save_ic = params.NB_VAR_ESTIMATORS !== 0 ? '--save-ic' : ''
outprefix = "tmle." + parameterfile.getName().replace(".yaml", "")
"""
JULIA_DEPOT_PATH=/tmp:/opt julia -J /TargetedEstimation.jl/TargetedEstimationSysimage.so --project=/TargetedEstimation.jl --threads=${task.cpus} --startup-file=no /TargetedEstimation.jl/scripts/tmle.jl \
JULIA_DEPOT_PATH=/tmp:/opt julia --project=/TargetedEstimation.jl --threads=${task.cpus} --startup-file=no /TargetedEstimation.jl/scripts/tmle.jl \
$data $parameterfile $estimatorfile $outprefix \
$save_ic \
--pval-threshold=${params.PVAL_SIEVE}
Expand Down

0 comments on commit 7be6b63

Please sign in to comment.