Skip to content
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

Workflow Outputs #14

Open
jsotobroad opened this issue May 1, 2017 · 4 comments
Open

Workflow Outputs #14

jsotobroad opened this issue May 1, 2017 · 4 comments
Labels

Comments

@jsotobroad
Copy link

When I was copying in wdl to visualize, for some reason all of my workflow outputs were being removed when I hit Build. It looks like it gave me a new line for each output that should be there but didnt actually write anything.

output {
  AutoCall.gtc_file
  MergePedIntoVcf.*
  CollectArraysVariantCallingMetrics.*
  CheckFingerprint.*
  GenotypeConcordance.*
}

to

 output {





  }

I couldn't get any workflow outputs to show up but if they are supposed to be there the following comment is worth noting. Some visualization of which outputs are workflow outputs would be cool to have so you easily see where all your "important" outputs are.

@sidoruka
Copy link
Contributor

@jsotobroad , described issue is caused by wildcards * in output section. This is hopefully fixed in PR #19. Could you verify this using your script on http://pb.opensource.epam.com:10000/ ?

@jsotobroad
Copy link
Author

I don't seem to be able to build(visually display) any wdls using http://pb.opensource.epam.com:10000/ . I tried writing a very simple one to see if that would build and that didn't build either. I'm not getting any kind of error text like I normally would get when a build fails.

@sidoruka
Copy link
Contributor

Sorry, seems that it was broken by PR #20
Could you please retry? I've double checked this issue (outputs do not disappear anymore). Also #16 shall work fine.
Please make sure to fully reload http://pb.opensource.epam.com:10000 , version in a footer shall be "0.3.4"

@jsotobroad
Copy link
Author

The outputs are showing up! Looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants