New branch not syncing from GitHub to Dockstore

I have a Dockstore workflow linked to my GitHub repository. I just added a new branch that I want to be able to use in AnVIL.

For other workflows, whenever I push a new branch to a github repo, that branch shows up as a new version in Dockstore. In this case, the branch is not appearing so I can’t access it. I can’t figure out what I am doing differently in this particular repository.

Hi!

I’m assuming that it is this branch? Comparing main...input_pgen · UW-GAC/pgsc_calc_wdl · GitHub

At a glance, I don’t see anything that would normally throw off Dockstore unless there was a syntax error or similar. Is there any information in the GitHub app logs?
https://docs.dockstore.org/en/stable/getting-started/github-apps/github-apps-troubleshooting-tips.html#how-do-i-view-the-github-app-logs

Actually, remembered that I can just fork it to check for syntax errors.
Looks like an extra space was inserted, fixing it fixes the main branch and the input_pgen branch

That did it, thank you!

1 Like