-
Notifications
You must be signed in to change notification settings - Fork 2
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
python3 not found; using peppro with bulker #71
Comments
interestingly the command works in both activated environment and the host:
|
which what's your |
|
it's probably related to this: |
This is how I do it...don't activate the crate, then use:
instead. |
ok, but why... ? Could it be that when you do it the above way, then looper is running inside the crate, so Line 1 in 5e5ada4
is actually running in a container, which has no python3 because of this: Solutions:
|
but:
|
@jpsmith5 do you have an opinion on these solutions? I think moving |
Okay, sorry. Catching up here. But yes, agree that moving |
Hi all, Was there a solution to this problem? Nathan's solution gives me an error (below) so I'm guessing the format for specifying compute via command line has changed. Error: ValueError: Could not correctly parse itemized compute specification. Correct format: k1=v1 k2=v2 Ignoring that though, the bulker crate is specified under "compute" in the pipeline interface file but this does not seem to work either. (https://github.com/databio/dnameth_pipelines/blob/dev/piface_rrbs.yaml) |
Ok so I figured out the new --compute format but even with (I think) the right format, it doesn't work: --compute bulker_crate=databio/methpl |
Hey John are you running local or on slurm? Try running it with bulker_slurm as the package if so. |
Thanks Jason. I'm running it locally. |
just tested the @j-lawson, as you can see, in line 17 of slurm_bulker_template.sub there's a template variable to be filled: Now, if you look in the DIVCFG we use on Rivanna you'll notice that the
|
@j-lawson the confusion is that looper changed the usage of |
Thanks. I had a couple other points of confusion. I was using the -p local instead of -p bulker_local. Also I didn't realize there was a divvy config file for the lab that I needed to load/have the path to in DIVCFG. This works for me now. |
when running
examples/meta/peppro_test.yaml
with an activated databio/peppro bulker crate pipeline fails:Is there something else I should do to get it running?
The text was updated successfully, but these errors were encountered: