how to resume an oma job using grid engine
How can I resume an oma job using grid engine? I can't generate the output file. I'm using this command line: qsub -v NR_PROCESSES=80 -b y -j y -t 1-80 -cwd /usr/local/OMA/bin/OMA
oma
gridengine
grid
engine
oma-standalone
• 1,811 views
•
link
written
by
dimar.gonzalez.soto •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Bracken+Krakenuniq
written by Bhawna •Hey, I'm building bracken database using- bracken-build -k 31 -l 150 -d /media/user/36d81ee3-f383-4bc4-b619-20abd785be33/DATABASE/DBDIR -t 80 -y krakenuniq I'm getting this error- sequences conve40 sequences converted …
-
Error, (in LoadSpliceMap) string to parse is too long
written by ziqing •Hello, everyone I used OMA to find orthologs using 21 species genome. I exported the precomputed all-against-all for some species genomes in the oma database …
-
Error while running All-against-All alignments in OMA
written by pragyadeeproy •hello, i am trying to use OMA standalone on an SGE using only 2 transcriptomes (centipedes, transcript assemblies). However the all-against-all alignment step is crashing …
-
Problem running OMA standalone
written by olbei.marton •Hello, I ran into a problem trying to run OMA Standalone on a precomputed all-all dataset. I downloaded the data, and installed OMA through homebrew. …
-
OMA error in reading the all-against-all files
written by nc52 •Hi there, I am having a problem with OMA not being able to read files. The error message is: **** Reading the all-against-all files... Error, …
-
Best way running OMA using SLURM
written by dimar.gonzalez.soto •Hi everyone, I'm executing OMA through a cluster using a bash script mentioned in the documentation of OMA standalone. For parallelization I'm using SLURM with …
-
OMA core dumped error in a single node/machine
written by andrespara •Dear all, I am having problems running OMA, I am running it in a single machine/node to avoid errors or conflict with the open grid …
-
Qsub + job array + while read; do; done
written by emma.a •Hi! just some help... I'm using a "Sun Grid Engine" with "qsub" In one hand I have this code while read -r H; do echo …
-
grid engine problem with OMA
written by andrespara •Dear all, Using the open grid engine and using this line qsub -b y -j y -t 1-40 -cwd /usr/local/OMA/bin/OMA I got this error > …
-
Save Output Into Text File, Whose Name Is A Variable
written by Bioscientist<p>Hi I'm using SUN Grid Engine to submit jobs, written by shell script like this:</p> <pre><code>#!/bin/bash #$ -pe single 24 #$ -V #$ -cwd #$ …
It may be the
qmodcommand, but your question would be more appropriately asked to your System Administrator.What do you mean exactly with resume? did you stop the process? or did oma terminate? in that case, you can simply resubmit it - it will continue from where it left off.