Skip to content

Commit 213bcba

Browse files
Merge pull request #260 from CompEpigen/development
Development
2 parents 884c2b1 + 3fe06b9 commit 213bcba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
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/)

cwlab/web_app/import_wf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)