File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 55
66** CI/CD:**
77[ ![ Build Status] ( https://dev.azure.com/ComputationalEpigenomics/workflux/_apis/build/status/CompEpigen.CWLab?branchName=master )] ( https://dev.azure.com/ComputationalEpigenomics/workflux/_build/latest?definitionId=2&branchName=master )
8- [ ![ Status] [ badges-health-cwlab-master ]] [ depl-ui-cwlab-dkfz-master ]
98
109** Packaging:**
1110[ ![ PyPI status] ( https://img.shields.io/pypi/status/cwlab.svg )] ( https://pypi.python.org/pypi/cwlab/ )
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def upload_wf():
5757 else import_wf_filename
5858 import_wf_ (
5959 wf_path = imported_wf_filepath ,
60- name = import_name ,
60+ name = os . path . splitext ( import_name )[ 0 ] ,
6161 wf_type = wf_type ,
6262 wf_imports_zip_path = wf_imports_zip_filepath ,
6363 translate_to_cwl = translate_to_cwl ,
You can’t perform that action at this time.
0 commit comments