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

error running jobby #155

Closed
kelly-sovacool opened this issue Aug 21, 2024 · 3 comments
Closed

error running jobby #155

kelly-sovacool opened this issue Aug 21, 2024 · 3 comments
Assignees
Labels
bug Something isn't working RENEE RepoName
Milestone

Comments

@kelly-sovacool
Copy link
Member

run_jobby_on_snakemake_log logfiles/snakemake.log | tee logfiles/snakemake.log.jobby | cut -f2,3,18 > logfiles/snakemake.log.jobby.short
bash: /data/CCBR_Pipeliner/db/PipeDB/Conda/envs/py311/bin/run_jobby_on_snakemake_log: Permission denied
CalledProcessError in file /data/CCBR/projects/ccbr1358/renee_mm10_M25_20240820/workflow/Snakefile, line 241:
Command 'set -euo pipefail;  run_jobby_on_snakemake_log logfiles/snakemake.log | tee logfiles/snakemake.log.jobby | cut -f2,3,18 > logfiles/snakemake.log.jobby.short' returned non-zero exit status 126.
  File "/data/CCBR/projects/ccbr1358/renee_mm10_M25_20240820/workflow/Snakefile", line 241, in __onsuccess
OnSuccess
run_jobby_on_snakemake_log logfiles/snakemake.log | tee logfiles/snakemake.log.jobby | cut -f2,3,18 > logfiles/snakemake.log.jobby.short

jobby failed for @TJoshMeyer within the snakemake worfklow, but works fine when he runs it interactively

@kelly-sovacool kelly-sovacool added the bug Something isn't working label Aug 21, 2024
@kopardev kopardev added the RENEE RepoName label Aug 21, 2024
@kelly-sovacool
Copy link
Member Author

There seems to be a jobby in the conda env in addition to the one we make available in the ccbrpipeliner module. The one in conda throws this error, while the one in the module works.

@kelly-sovacool kelly-sovacool self-assigned this Aug 21, 2024
@kelly-sovacool
Copy link
Member Author

I removed the jobby scripts in the conda env. Running a test now, output in /data/sovacoolkl/renee_test_latest/

@kelly-sovacool kelly-sovacool added this to the 2024-08 milestone Aug 21, 2024
@kelly-sovacool
Copy link
Member Author

fixed by removing them from the conda env, since we are making them available in the ccbrpipeliner module now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working RENEE RepoName
Projects
None yet
Development

No branches or pull requests

2 participants