Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm initializing a thread to discuss what checks you think would be useful in BABS. Things like whether the user has the write permission to the code folder, etc. This is to avoid errors later. I've implemented a few sanity checks in
babs-init
and I'm working onbabs-check-setup
now (which checks whether configurations set up bybabs-init
are all correct). So feel free to let us know what checks you think are helpful, and we can add them to the corresponding BABS functions (babs-init
,babs-check-setup
,babs-submit
,babs-status
,babs-merge
, andbabs-unzip
, see here for more.Beta Was this translation helpful? Give feedback.
All reactions