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

Non-zero exit status 134 #167

Open
FabianDK opened this issue Feb 21, 2023 · 2 comments
Open

Non-zero exit status 134 #167

FabianDK opened this issue Feb 21, 2023 · 2 comments

Comments

@FabianDK
Copy link

FabianDK commented Feb 21, 2023

Dear Devs,

I am running NextDenovo (v2.5.0) on a 2.4Gb mammalian genome using Nanopore data in Docker with Ubuntu 20.04.2 LTS and Python 3.10.6 in a Nextflow pipeline (allocated cpus = 16, memory = 286.GB).

The requirements were installed like this in docker:

RUN git clone https://github.com/moold/ParallelTask && cd ParallelTask && git reset --hard ffd4e15afb5f4a450c46b766bb02763d648c187d && pip install .
RUN wget https://github.com/Nextomics/NextDenovo/releases/download/v2.5.0/NextDenovo.tgz --no-check-certificate && tar -vxzf NextDenovo.tgz && cd NextDenovo && cd / && rm NextDenovo.tgz

Soon after "[39 INFO] 2023-02-19 07:55:52 raw_align done", I am getting "returned non-zero exit status 134".
Please see the log file here: command.log

If this is a resource issue, I have followed the resource optimization guideline here:
https://nextdenovo.readthedocs.io/en/stable/FAQ.html#how-to-optimize-parallel-computing-parameters

Could you please let me know how to fix this?

Thanks,
Daniel

@moold
Copy link
Member

moold commented Feb 23, 2023

I think you can manually run the failed subtasks, and then re-run Nextdenovo.

@XXH123a
Copy link

XXH123a commented Mar 7, 2023

Dear Devs,

I am running NextDenovo (v2.5.0) on a 2.4Gb mammalian genome using Nanopore data in Docker with Ubuntu 20.04.2 LTS and Python 3.10.6 in a Nextflow pipeline (allocated cpus = 16, memory = 286.GB).

The requirements were installed like this in docker:

RUN git clone https://github.com/moold/ParallelTask && cd ParallelTask && git reset --hard ffd4e15afb5f4a450c46b766bb02763d648c187d && pip install .
RUN wget https://github.com/Nextomics/NextDenovo/releases/download/v2.5.0/NextDenovo.tgz --no-check-certificate && tar -vxzf NextDenovo.tgz && cd NextDenovo && cd / && rm NextDenovo.tgz

Soon after "[39 INFO] 2023-02-19 07:55:52 raw_align done", I am getting "returned non-zero exit status 134". Please see the log file here: command.log

If this is a resource issue, I have followed the resource optimization guideline here: https://nextdenovo.readthedocs.io/en/stable/FAQ.html#how-to-optimize-parallel-computing-parameters

Could you please let me know how to fix this?

Thanks, Daniel

Excuse me, I also encountered the same error. How did you solve it?

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

3 participants