Verifiedsource null for some verified workflow version
See original GitHub issueBug Report
Expected behaviour
Verifying a sourcefile with /api/ga4gh/v2/extended/{id}/versions/{version_id}/{type}/tests/{relative_path}
Annotate test JSON with information on whether it ran successfully on particular platforms plus metadata should result in a workflow version or tag to be verified with a non-null verifiedsource
Actual behaviour
Verifiedsource is null, 1.5.1 /tools endpoint runs into error
Steps to reproduce the behaviour
Verify the tool or version using:
response = client.extendedGA4GH.toolsIdVersionsVersionIdTypeTestsPost(type="WDL",
id="#workflow/github.com/DataBiosphere/topmed-workflows/u_of_Michigan_alignment_pipeline",
version_id="1.29.0",
relative_path="u_of_michigan_aligner.json",
platform="Cromwell",
metadata="TOPMed, HCA via Broad", verified=False).response().result
Try to hit the /tools endpoint
┆Issue is synchronized with this Jira Bug ┆Fix Versions: Dockstore 1.8 ┆Issue Number: DOCK-291 ┆Sprint: Seabright Sprint 18 Skipjack ┆Issue Type: Bug
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Verified Facet Broken · Issue #2376 · dockstore ...
Bug Report Expected behaviour Verified facet to show the right amount of verified tools and ... Verifiedsource null for some verified workflow version...
Read more >Dockstore '/workflows/published/{workflowId}' returns ...
Hello, I've been using Dockstore API “/workflows/published/{workflowId}” to get the path of a published WDL workflow.
Read more >[JENKINS-63577] Jenkinsfile build fail - Null pointer exception in ...
I have Jenkinsfile build and workflow-job plugin installed. Jenkins and all plugins on latest version. When my build first fail (i think reason...
Read more >Cannot find workflow version error
Hi I have an issue where when an approver tries to approve a record the following error message is shown any suggestion to...
Read more >Incorporation of Synthetic Data Generation Techniques within a ...
In this paper, we present the initial design and implementation of our SDG incorporation approach into the VITALISE LLs controlled data processing workflow....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The endpoint was somewhat recently modified with my PR. It’s better to wait and avoid more potential sync issues with the current endpoint
Outdated issue, see #2376, more relevant and updated fixes.