dockstore
dockstore copied to clipboard
Our VM/Docker sharing infrastructure and management component
**Description** This is very drafty; I'm looking for feedback on the overall concept, and whether we should go down this route. FWIW, I think we should. The code looks for...
**Description** Currently in draft mode to get feedback as I figure out some Hoverfly test weirdness in CircleCI. Zenodo swagger PR: https://github.com/dockstore/swagger-java-zenodo-client/pull/21 This PR adds a `enableAutomaticDoiCreation` boolean to `Entry`...
**Is your feature request related to a problem? Please describe.** Upon syncing Dockstore entries using "Discover Existing", the snackbar message reads: "Adding user to existing workflows and tools on Dockstore...
**Is your feature request related to a problem? Please describe.** Docker is dropping support for running older versions of Docker images https://docs.docker.com/engine/deprecated/#pushing-and-pulling-with-image-manifest-v2-schema-1 (ballpark 2021 february or earlier) Workaround is to...
**Is your feature request related to a problem? Please describe.** [The BDC org](https://dockstore.org/organizations/bdcatalyst) has a lot of collections. _PrediXcan_ comes after _TOPMed Workflows_ which comes before _Cumulus Workflows_. As far...
**Describe the bug** The concept DOI link leads to an error page. I think it's because the concept DOI starts with `doi/` unlike the version DOI. Concept DOI and version...
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
**Is your feature request related to a problem? Please describe.** Various commands used by the Dockstore CLI support an entry parameter `--entry`. The value for this parameter is the entry...
**Describe the bug** * The descriptor file defaults to CWL, which is empty, even though "CWL descriptor" field is filled in * The test parameter file defaults to CWL, which...
**Description** Demonstrate how to create a PR programmatically. Turned out fairly simple, added a test but requires a live write token and wouldn't be safe to run in parallel. Doesn't...