Skip to content

Commit

Permalink
utils.r was missing in command detect_errors
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaGomoryova committed Jan 13, 2025
1 parent 2610ed7 commit 64d9060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scp/scp_workflow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</required_files>
<expand macro="creator" />
<command detect_errors="aggressive"><![CDATA[
Rscript -e 'source("${__tool_directory__}/utils.R")' -e 'source("${run_script}")'
Rscript -e 'source("${__tool_directory__}/utils.r")' -e 'source("${run_script}")'
#if $data_export.export_R_script
&& cat ${run_script} >> $script
#end if
Expand Down

0 comments on commit 64d9060

Please sign in to comment.