create¶
Command-line tool¶
Boutiques descriptor creator
usage: bosh create [-h] [--docker-image DOCKER_IMAGE] [--use-singularity]
                   [--camel-case]
                   descriptor
Positional Arguments¶
- descriptor
 Output file to store descriptor in.
Named Arguments¶
- --docker-image, -d
 Name of Docker image on DockerHub.
- --use-singularity, -u
 When –docker-image is used. Specify to use singularity to run it.
Default: False
- --camel-case
 All input IDs will be written in camelCase.
Default: False
Python API¶
- boutiques.create(*params)
 Refer to the Command-line tool section above