When I use dockstore manual_publish to publish a tool, the descriptor files and test parameter files are not loading as expected
Here are the commands I used -
dockstore tool manual_publish --name refget-compliance-suite --namespace ga4gh --git-url git@github.com:yash-puligundla/refget-compliance-suite.git --git-reference feature/add_wdl_cwl --version-name 1.2.6 --dockerfile-path /Dockerfile --cwl-path /tools/cwl/refget_compliance_suite.cwl --wdl-path /tools/wdl/refget_compliance_suite.wdl --test-cwl-path /tools/cwl/refget_compliance_suite_config.cwl.json --test-wdl-path /tools/wdl/refget_compliance_suite_config.wdl.json --registry DOCKER_HUB --toolname testing
dockstore tool test_parameter --entry registry.hub.docker.com/ga4gh/refget-compliance-suite/testing --version 1.2.6 --descriptor-type CWL --add /tools/cwl/refget_compliance_suite_config.cwl.json
dockstore tool test_parameter --entry registry.hub.docker.com/ga4gh/refget-compliance-suite/testing --version 1.2.6 --descriptor-type WDL --add /tools/wdl/refget_compliance_suite_config.wdl.json
However, when I do the same using UI, the descriptor files and test_parameter files are showing up as expected. Tool created via UI
Could you please help me figure out what I might be missing?