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
Thanks for exploring and raising this issue @mr-c! I remember we explicitly disallowed single char identifiers, I suspect it was to encourage tool builders to create meaningful inputs, but I can see it's a problem here. The fromcwl parser just has a while loop to make you pick a new identifier.
We could implement something like that here, but it's a bit of effort, I'll leave this issue open for now with the intent to more gracefully handle this.
https://github.com/biowdl/tasks/blob/bc1bacf11498d2d30b85591cfccdcf71ef0966a5/bowtie.wdl
The text was updated successfully, but these errors were encountered: