question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

deseq2-init.R returned non-zero exit status 1.

See original GitHub issue
[Mon Oct 15 15:42:46 2018]
rule deseq2_init:
    input: counts/all.tsv
    output: deseq2/all.rds
    log: logs/deseq2/init.log
    jobid: 3

Activating conda environment: /media/leochong/backup4/rna-seq-star-deseq2/.snakemake/conda/28f98caa
[Mon Oct 15 15:43:01 2018]
Error in rule deseq2_init:
    jobid: 3
    output: deseq2/all.rds
    log: logs/deseq2/init.log
    conda-env: /media/leochong/backup4/rna-seq-star-deseq2/.snakemake/conda/28f98caa

RuleException:
CalledProcessError in line 33 of /media/leochong/backup4/rna-seq-star-deseq2/rules/diffexp.smk:
Command 'source activate /media/leochong/backup4/rna-seq-star-deseq2/.snakemake/conda/28f98caa; set -euo pipefail;  Rscript /media/leochong/backup4/rna-seq-star-deseq2/.snakemake/scripts/tmpju9bqzqy.deseq2-init.R ' returned non-zero exit status 1.
  File "/media/leochong/backup4/rna-seq-star-deseq2/rules/diffexp.smk", line 33, in __rule_deseq2_init
  File "/home/leochong/miniconda3/lib/python3.6/concurrent/futures/thread.py", line 56, in run
Shutting down, this might take some time.
Exiting because a job execution failed. Look above for error message

Any input on why the pipeline is failing?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:18 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
sateeshpericommented, Mar 9, 2019

@johanneskoester Yes ! …that fixes it 👍

0reactions
qinscommented, Apr 13, 2021

In case someone get error:

Error in .validate_names(colnames, ans_colnames, “assay colnames()”, “colData rownames()”) : assay colnames() must be NULL or identical to colData rownames() Calls: DESeqDataSetFromMatrix … SummarizedExperiment -> SummarizedExperiment -> .local -> .validate_names Execution halted

Solution: colnames(countDataDF) <- NULL

countDataDF is the input dataframe of countData parameter.

Read more comments on GitHub >

github_iconTop Results From Across the Web

DESeq2 had non-zero exit status
Hi, I'm having some troubles when installing DESeq2 both in Ubuntu 14.04 LTS and also in Linux Mint 18.1. In both cases, when...
Read more >
I need help installing a package "DESeq2" having ...
I am new to R and have been having issues installing the "DESeq2" package that I ... installation of package 'GenomeInfoDbData' had non-zero...
Read more >
How can I solve Deseq2 installation issue ? | ResearchGate
The genomeinfodbdata package was not install properly And "installation of package X had non-zero exit status" error was shown.
Read more >
R studio packages on mojave have 'non-zero exit status'
I am running Mojave on my laptops, and I was able to use this guide to get things working. Try following the steps...
Read more >
DESeq2 installation error - Biostars
Hello, I am trying to install DESeq2 package but repeatedly I face ... installation of package 'openssl' had non-zero exit status 2: In ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found