Closed ericgonzalezs closed 1 year ago
There is something wrong with either the input data, the system, or the orthofinder install. The orthofinder run failed. The quota issue, likely is disc space usage. Also, I would recommend updating to the current version on github.
Many thanks. Do you know how much disc space we need to run the Genespace example?
A Gb or so ... you can always just run 2 or three of the genomes.
Many thanks,
The problem with the space was actually the number of files. I have a 1M file limit, I was close to the limit and the multiple files from GeneSpace reached that limit. I also installed again GeneSpace. Because I can't use conda on the cluster where I am working, what I did was to add to the path the OrthoFinder dir, the OrthoFinder/bin dir, and the OrthoFinder/tools dir. After that, I installed GeneSpace following your instructions. Now everything is running well. Many thanks for the answers.
Glad you figured it out!
Hello,
I am running GENESPACE with the example in the tutorial (https://htmlpreview.github.io/?https://github.com/jtlovell/tutorials/blob/main/genespaceGuide.html), just to be sure everything is working well. Running this: out <- run_genespace(gpar, overwrite = T) I have many errors, including files that can not be found and a "Disk quota exceeded" error. I have 4 Tb available, I am not sure what is happening.
Please find below the errors:
GENESPACE v1.1.4: synteny and orthology constrained comparative genomics
############################
Running orthofinder (or parsing existing results) Checking for existing orthofinder results ... Copying files over to the temporary directory: /home/egonza02/scratch/PANGENOME/GENESPACE/TEST/workingDirectory/tmp Running the following command in the shell:
orthofinder -f /home/egonza02/scratch/PANGENOME/GENESPACE/TEST/workingDirectory/tmp -t 16 -a 1 -X -o /home/egonza02/scratch/PANGENOME/GENESPACE/TEST/workingDirectory/orthofinder
.This can take a while. To check the progress, look in theWorkingDirectory
in the output (-o) directory/GENESPACE/TEST/workingDirectory/orthofinder/Results_Apr10/WorkingDirectory/SimpleTest.tre" - ok
est 7086 orthogroups (O50 was 7086). There were 12447 orthogroups with all species present and 10450 of these consisted entirely of single-copy genes.
-o /home/egonza02/scratch/PANGENOME/GENESPACE/TEST/workingDirectory/orthofinder/Results_Apr10/WorkingDirectory/SpeciesTrees_ids/OG0008246_tree_id.txt.tre -w O -s -n
_tree_id.txt.dist.phylip' [28624] Failed to execute script orthofinder ############################
############################
Chunk 1 / 1 (04:13:05 AM) ...
############################
Chunk 1 / 1 (04:13:39 AM) ...
cat: /home/egonza02/scratch/PANGENOME/GENESPACE/TEST/workingDirectory/tmp/tmp_QIYPpzqCrgematJexwDp/mcs.collinearity: No such file or directory cat: /home/egonza02/scratch/PANGENOME/GENESPACE/TEST/workingDirectory/tmp/tmp_BsXKrkJrPUveZHAzNfYH/mcs.collinearity: No such file or directory cat: /home/egonza02/scratch/PANGENOME/GENESPACE/TEST/workingDirectory/tmp/tmp_voMenXfVkzeIMVtMZcLd/mcs.collinearity: No such file or directory Error in rbindlist(mclapply(1:nrow(chnk), mc.cores = nCores, function(i) { : Item 1 of input is not a data.frame, data.table or list Calls: run_genespace -> synteny -> rbindlist -> lapply -> FUN -> rbindlist In addition: Warning messages: 1: In system2(path2orthofinder, ofComm, stdout = TRUE, stderr = TRUE) : running command ''orthofinder' -f /home/egonza02/scratch/PANGENOME/GENESPACE/TEST/workingDirectory/tmp -t 16 -a 1 -X -o /home/egonza02/scratch/PANGENOME/GENESPACE/TEST/workingDirectory/ort hofinder 2>&1' had status 255 2: In mclapply(1:nrow(chnk), mc.cores = nCores, function(i) { : scheduled cores 8, 10, 7, 9, 12, 5, 6, 2, 3, 1, 4, 13 encountered errors in user code, all values of the jobs will be affected Execution halted
I am wondering if you could please help me to solve these issues. Many thanks.