You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the rabix composer can result in an empty prefix '' for an argument if the user in the visual editor 1) first creates an argument with some prefix defined, and 2) remove all the text in the prefix. In the code, the prefix doesn't go away, but instead persists and is defined as prefix: ''. For example, following the above described procedure, you can result in
This is fine for running on SB platform; but with some cwl executors, this would cause an issue. This would result for example on toil with '' as a literal being used as the prefix for the argument, instead of having no prefix. The happened a few times and took me some time to figure out why I got these weird '' in the commands and had to manually remove those in the cwl code.
Rabix composer version: 1.5.0
The text was updated successfully, but these errors were encountered:
I noticed that the rabix composer can result in an empty prefix '' for an argument if the user in the visual editor 1) first creates an argument with some prefix defined, and 2) remove all the text in the prefix. In the code, the prefix doesn't go away, but instead persists and is defined as
prefix: ''
. For example, following the above described procedure, you can result inThis is fine for running on SB platform; but with some cwl executors, this would cause an issue. This would result for example on toil with
''
as a literal being used as the prefix for the argument, instead of having no prefix. The happened a few times and took me some time to figure out why I got these weird''
in the commands and had to manually remove those in the cwl code.Rabix composer version: 1.5.0
The text was updated successfully, but these errors were encountered: