Skip to content
Snippets Groups Projects
Commit 6397cc32 authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Fix typo in comment

parent d4b22d39
No related branches found
No related tags found
1 merge request!52Draft: Improvements to post processing workflow to make ad hoc use of scripts easier
...@@ -15,7 +15,7 @@ conda activate gpfs ...@@ -15,7 +15,7 @@ conda activate gpfs
# listcmd env var sets the command to enumerate datasets to process # listcmd env var sets the command to enumerate datasets to process
# supports passing args during sbatch, e.g. listcmd="cat split-list" sbatch <thisscript> # supports passing args during sbatch, e.g. listcmd="cat split-list" sbatch <thisscript>
# note: maxdeth speeds execution of find by avoiding deep dirs # note: maxdepth speeds execution of find by avoiding deep dirs
listcmd=${listcmd:-find /data/rc/gpfs-policy/data -maxdepth 3 -path "*/list-policy_data-user_list-path-external_slurm-31[35]*/raw/*.gz"} listcmd=${listcmd:-find /data/rc/gpfs-policy/data -maxdepth 3 -path "*/list-policy_data-user_list-path-external_slurm-31[35]*/raw/*.gz"}
logs=($($listcmd)) logs=($($listcmd))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment