Skip to content

Commit

Permalink
Merge pull request #20 from sameeul/publish_package
Browse files Browse the repository at this point in the history
change package name from wic to sophios
  • Loading branch information
sameeul authored May 30, 2024
2 parents 211af06 + 425f110 commit a1348da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion workflows/bbbc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pathlib import Path

from wic.api.pythonapi import Step, Workflow
from sophios.api.pythonapi import Step, Workflow

def workflow() -> Workflow:
bbbcdownload = Step(clt_path='../image-workflows/cwl_adapters/bbbcdownload.cwl')
Expand Down
6 changes: 3 additions & 3 deletions workflows/bbbc_sub.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from pathlib import Path

from wic import plugins
from wic.api import pythonapi
from wic.api.pythonapi import Step, Workflow
from sophios import plugins
from sophios.api import pythonapi
from sophios.api.pythonapi import Step, Workflow

def workflow() -> Workflow:
bbbcdownload = Step(clt_path='cwl_adapters/bbbcdownload.cwl')
Expand Down

0 comments on commit a1348da

Please sign in to comment.