What’s new?
The viash_install, viash_build, viash_test and viash_push components have been reworked.
Full changelog
MAJOR CHANGES
viash_install:- Added
--log_prefix: This prefix is used to determine the path of the log files forviash_build,viash_testandviash_push. - Added
--organization: Id of the organisation to be used in the Docker image name, i.e.<registry>/<organization>/<namespace><namespace_sep><name>. - Added
--target_image_source: Url to the Git repo in which this project resides. - Removed
--log.
- Added
viash_build:- Reduce code duplication by contructing the command with Bash Arrays.
- Renamed
--platformsto--platform. - Added
--organization: Id of the organisation to be used in the Docker image name, i.e.<registry>/<organization>/<namespace><namespace_sep><name>. - Added
--target_image_source: Url to the Git repo in which this project resides. - Changed default of
--logfromlog.txtto.viash_build_log.txt. - Added
--verbose: Print out the underlyingviash ns buildcommand before running it.
viash_test:- Reduce code duplication by contructing the command with Bash Arrays.
- Renamed
--platformsto--platform. - Added
--organization: Id of the organisation to be used in the Docker image name, i.e.<registry>/<organization>/<namespace><namespace_sep><name>. - Added
--target_image_source: Url to the Git repo in which this project resides. - Changed default of
--logfromlog.txtto.viash_test_log.txt. - Changed default of
--tsvfromlog.tsvto.viash_test_log.tsv. - Added
--verbose: Print out the underlyingviash ns testcommand before running it.
viash_push:- Reduce code duplication by contructing the command with Bash Arrays.
- Added
--organization: Id of the organisation to be used in the Docker image name, i.e.<registry>/<organization>/<namespace><namespace_sep><name>. - Changed default of
--logfromlog.txtto.viash_push_log.txt. - Added
--verbose: Print out the underlyingviash ns buildcommand before running it.
MINOR CHANGES
NextflowPlatform: Added theorganizationfield to the nextflow platform as well.