Skip to content

Commit

Permalink
change package name from wic to sophios
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed May 30, 2024
1 parent 211af06 commit 425f110
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 425f110

Please sign in to comment.