-
Notifications
You must be signed in to change notification settings - Fork 18
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
caper run: error: argument --pbs-extra-param: expected one argument #27
Comments
First of all To use dashes (
But those three parameters are already taken care of by the pipeline. Don't try to add them manually. Your conf file is empty and that means you didn't use Please |
Hi Jin, Thanks. I ve now performed
the caper command now looks like this (note that i added space between
Seems to be running now (for half an hour now; and longer than before I performed above two operations). Is this how it should be configured ? Or should I move the params Thanks. Best |
Please don't define
See this for details. |
Hi Jin, Seems there are some bugs in Briefly, thanks to your help, I was able to run the job with PBS backend, using this command:
and with this
I was very happy, but then one hour later, the main job was killed, and below is the log:
So i looked up into the
So I cat the
I went and checked your source codes:
What I can confirm is that Thanks. Best |
Can you edit To find a correct $ python3 -c "import caper; print(caper.caper_args.__file__)" |
Hi Jin,
I figured out that the reason why my jobs were killed because of excessive CPU use is it used only the CPUs, in the same job.
So the apparent solution from your caper document seems to be setting up some 'backend' approach wherein the smaller tasks (such as alignment) were again submitted to job queue for running.
Our HPC is PBS. below is my command for running caper:
and here is the content (empty) of
~/.caper/default.conf
:running above command resulting in this error message:
Would you pls kindly see what is the problem? And how to solve it?
Thanks
Chan
The text was updated successfully, but these errors were encountered: