Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bank configuration] Workflow update does not allow to restart new updated workflow #83

Open
horkko opened this issue Apr 6, 2017 · 1 comment

Comments

@horkko
Copy link
Contributor

horkko commented Apr 6, 2017

Hi, me again 😄

I've noticed something new which is quite annoying.
I've set a bank configuration with following blocks:

BLOCKS=B1,B2
B1=P1
B2=P2
P1=echo
P2=echo2

I start the update, everything goes well, the bank update succeeds with release 1.0.
Now I update the configuration file and add a new BLOCK as follow:

BLOCKS=B1,B2,B3
B1=P1
B2=P2
B3=P3
P1=echo
P2=echo2
P3=index

I want know to integrate the new block (index generation for example) for the current release 1.0 then I run:
biomaj-cli.py --update --bank foobar --from-task postprocess --process B3 --release 1.0
and I cannot update my bank:

2017-04-06 11:38:23,842 INFO  [root][MainThread] [bank.py:update:1054] Bank:foobar:Release:1.0
2017-04-06 11:38:23,843 INFO  [root][MainThread] [bank.py:update:1085] Process B3 not found in postprocess
2017-04-06 11:38:23,843 INFO  [root][MainThread] [notify.py:notifyBankAction:29] Notify:[email protected]
2017-04-06 11:38:23,847 INFO  [root][MainThread] [notify.py:notifyBankAction:45] BANK[foobar] - STATUS[True] - UPDATE[True] - REMOVE[False] - RELEASE[1.0]

Is there a way to workaround this issue?
Thanks

Emmanuel

@osallou
Copy link
Contributor

osallou commented Apr 6, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants