-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error exporting subworkflow #31
Comments
This is the .ga in question: https://gist.github.com/mvdbeek/7d6c1da73e54b12f0163c0440b786161 just tracking it here so I don't forget. |
I'm not sure what to do here ... if we want to switch to export gxformat2 by default we should be able to export all existing workflows IMO, but if we auto-fix or drop the redundant labels we can't go back to the native format without losing the labels. As a sidenote, you can't produce workflows like this anymore because of galaxyproject/galaxy#10432 and the editor will try to "fix" this for you by dropping the redundant labels ... which I guess is an option ? |
I agree that dropping the redundant labels is a good option, since that's also what happens if you try to import into UseGalaxy.org the .ga file you linked above. |
Try uploading the workflow, then downloading it. The redundant label is still there. If we silently dropped the label on import that would be really really bad, but that's not happening. The editor will warn you about the duplicate label and then drop it, you need to save for the label to disappear. I think we've decided we'd fall back to the |
When exporting the big all-in-one subworkflow that includes the 2 variants for single-end and paired-end workflows the export fails with
I think
assert label not in self.seen_labels
might need to be scoped to individual workflows ?The text was updated successfully, but these errors were encountered: