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

Support for Torque/PBS #4

Closed
mmokrejs opened this issue Dec 29, 2018 · 1 comment
Closed

Support for Torque/PBS #4

mmokrejs opened this issue Dec 29, 2018 · 1 comment

Comments

@mmokrejs
Copy link

Hi,
I would like to use dcblast to submit jobs to PBSpro. It could use a template file and replace the variables. For my purposes the following template would be enough.

#PBS -S $my_shell
#PBS -q $queue_name
#PBS -N ${job_prefix}_${chunk_id}
#PBS -l select=1:ncpus=24,walltime=144:00:00
#PBS -A $project_name
#PBS -M $email
#PBS -m ea

cd $PBS_O_WORKDIR || exit 255

$blastcmd" "${args}" "${other_user_opts}"

The command to submit a job is:

qsub "${pbs_script_filename}"

@wyim-pgl
Copy link
Owner

We don't have Torque/PBS.
But you can fix the code and pull request.

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

2 participants