Jemma Nelson
Results
2
issues of
Jemma Nelson
The tutorial suggests using `-f` to load a manifest from the filesystem: https://bulker.databio.org/en/latest/tutorial/ with `bulker load demo -f http://big.databio.org/bulker/bulker/demo.yaml` It seems that this should instead instruct the user to use...
https://github.com/Ph0enixKM/Amber/blob/master/src/std/main.ab#L109-L112 The implementation of `includes` here seems like it likely does not match designer intent. It ends up producing bash code like: `[[ "${arr[@]}" =~ "${value}" ]]`. Using as example...
bug
good first issue