You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...which would then make the subsequent analysis scripts easier to move between machines (say from laptop to a cluster, where e.g. CWD and CLASSPATH is different).
Not sure how .bat files handle variables though, so this might be tricky to get working cross-platform.
Even better would be a loop, as then you could just increment $MAX_STEPS and rerun, but again cross-platform compatibility could be nightmare (e.g. from memory for loop syntax isn't consistent even across POSIX).
The text was updated successfully, but these errors were encountered:
e.g. instead of multiple lines of this:
could become:
...which would then make the subsequent analysis scripts easier to move between machines (say from laptop to a cluster, where e.g. CWD and CLASSPATH is different).
Not sure how .bat files handle variables though, so this might be tricky to get working cross-platform.
Even better would be a loop, as then you could just increment $MAX_STEPS and rerun, but again cross-platform compatibility could be nightmare (e.g. from memory
for
loop syntax isn't consistent even across POSIX).The text was updated successfully, but these errors were encountered: