...
Code Block |
---|
$ singularity run docker://brainlife/cli login |
The result is:
...
Then, to run the BL command, you must write :
Code Block |
---|
$ singularity run docker://brainlife/cli bl --<options> |
or
Code Block |
---|
$ singularity run docker://brainlife/cli bl <command> |
It can be heavy to always write singularity run docker://brainlife/cli
when using BL CLI, so you can add this command to your ~/.bashrc
:
Code Block |
---|
function bl {
singularity run docker://brainlife/cli $@
} |
For more details, see the BL documentation.
In order to upload a data object, Brainlife requires that you supply a project and datatype associated with it.