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:
- Created 5 years ago
- Comments:18 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@johanneskoester Yes ! …that fixes it 👍
In case someone get error:
Solution:
colnames(countDataDF) <- NULL
countDataDF is the input dataframe of countData parameter.