Skip to content

Commit

Permalink
Merge pull request #83 from rabix/bugfix/wrabbit_exec_mode
Browse files Browse the repository at this point in the history
Update wrabbit
  • Loading branch information
pavlemarinkovic authored May 21, 2024
2 parents a47bd01 + 8994c25 commit 09e8e35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
include sbpack/noncwl/js_templates/*.js
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ruamel.yaml >= 0.16
sevenbridges-python >= 2.0
nf-core==2.1
wrabbit==0.1.1
wrabbit==0.1.2
cwlformat
packaging
2 changes: 2 additions & 0 deletions sbpack/noncwl/nextflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def nf_schema_build(self):
logging.getLogger("nf_core.schema").setLevel("CRITICAL")

self.nf_ps.schema_filename = nf_schema_path
# if not os.path.exists(nf_schema_path):
self.nf_ps.build_schema(
pipeline_dir=self.workflow_path,
no_prompts=True,
Expand Down Expand Up @@ -248,6 +249,7 @@ def main():
nf_wrapper.sb_wrapper.load(schema)
else:
# build schema
# Do this only if the nextflow_schema.json is missing
nf_wrapper.nf_schema_build()

# Create app
Expand Down
2 changes: 1 addition & 1 deletion sbpack/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2024.5.7rc1"
__version__ = "2024.5.21rc1"

0 comments on commit 09e8e35

Please sign in to comment.