White space error when uploading data/tables to your workspace
Cromwell will give you a file not found error for the following to use cases
1. If you add an array of files to your terra workspace you get an error if there is any white space between elements. For example...
without white space between elements: array_success = ["gs://element_1","gs://element_2"]
with white space between elements: array_fail = ["gs://element_1", "gs://element_2"]
2. If you add a file to your terra workspace you get an error if there is any white space before or after your fire. For example...
without white space before or after file path: array_success = "gs://path"
with white space before or after file path: array_fail = " gs://path "
-
Hi Ben - A Jira Ticket has been created for this issue. It is possible to follow the progress of this ticket at this link.
Please sign in to leave a comment.
Comments
1 comment