reanahub / reana-workflow-engine-snakemake

REANA Workflow Engine Snakemake
MIT License
0 stars 22 forks source link

cli: use workflow_workspace as the full path stored in the db #4

Closed marcdiazsan closed 3 years ago

marcdiazsan commented 3 years ago

Closes: reanahub/reana-db#94

tiborsimko commented 3 years ago

@marcdiazsan Can you please rebase against latest master?

$ cd reana-workflow-engine-snakemake
$ git fetch upstream
$ git checkout master
$ git merge --ff-only upstream/master
$ git checkout model-workspace
$ git rebase master -i

There will be some conflicts that you'd have to solve...