Last updated:
0 purchases
autosbatch 0.2.7
autosbatch
submit hundreds of jobs to slurm automatically
Documentation: https://Jianhua-Wang.github.io/autosbatch
GitHub: https://github.com/Jianhua-Wang/autosbatch
PyPI: https://pypi.org/project/autosbatch/
Free software: MIT
Features
Sometimes, it's quite inconvenient when we submit hundreds of jobs to slurm. For example, one needs to align RNA-seq data from one hundred samples. He may start with a bash script that takes the fastq of one sample and write sbatch scripts which execute bash align.sh sample.fq multiple times. If he wants to run 50 samples at the same time, he should write 50 sbatch scripts and each script contains two align commands. Manually managing these sbatch scripts is inconvenient. autosbatch is very helpful for submitting slurm jobs automatically and it's just like the multiprocessing.Pool.
Automatically submit hundreds of jobs to Slurm with a few code.
The same usage as multiprocessing.Pool.
Provide command line tool for people who are not familiar with Python.
TODO
Support gpu allocation
Support MPI jobs
Credits
This package was created with Cookiecutter and the waynerv/cookiecutter-pypackage project template.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.