Dockstore: Dockstore did not find Dockstore.cwl file from GitHub (Need to manually add versions for manually added docker hub tools)

Created on 8 Jun 2017  路  5Comments  路  Source: dockstore/dockstore

Bug Report

I am trying to manually add the Rqc software on Dockstore.
I created a public GitHub repository that provides the Dockerfile and Dockstore.cwl files.
I used Docker Hub to build a Docker image.

Expected behaviour

Info fields (such as Author) filled with data from Dockstore.cwl.
Tool ready to Publish on system.

Actual behaviour

The UI gave me the error message "No description associated with this tool." (see figure below).

dockstore_error

Steps to reproduce the behaviour

I filled the "Registry Tool" form with the information showed by the figure below.

dockstore_add_rqc

Environment (Browser or OS and Dockstore version)

Google Chrome version 59.0.3071.86 64 bits.
Windows 10.

question

Most helpful comment

Ah, I think I know what's going on.

Since this is a manually added tool from Docker Hub, go to versions and hit "Add Tag".
You will need to fill in the version tag (the version number on Docker Hub) and the git reference (the version number on GitHub). After you hit Add Tag. it should fill out the description and author fields.

All 5 comments

Hi @Welliton309
I don't see any obvious errors comparing with https://dockstore.org/containers/registry.hub.docker.com/francescof/pcawg_delly_workflow

Do you see the CWL descriptors in the "Files" tab?

The "Files" tab does not show any information for "Dockerfile" and "Description files".

dockstore_files

Ah, I think I know what's going on.

Since this is a manually added tool from Docker Hub, go to versions and hit "Add Tag".
You will need to fill in the version tag (the version number on Docker Hub) and the git reference (the version number on GitHub). After you hit Add Tag. it should fill out the description and author fields.

It worked, thank you!
I created a tag in GitHub. The DockerHub automatically created Docker image for the tag.
https://dockstore.org/containers/registry.hub.docker.com/welliton/rqc

Looks good!

Was this page helpful?
0 / 5 - 0 ratings