FALCON
FALCON copied to clipboard
Support for PBS msub
Hello, It looks like FALCON only supports SGE qsub. I wonder if FALCON could support PBS msub.
FYI: Our PBS header includes:
#PBS -N anystring
#PBS -l nodes=1:ppn=24,walltime=24:00:00
#PBS -l mem=128gb
#PBS -M [email protected]
#PBS -m abe
#PBS -d anydirectory
#PBS -o anydirectory/logs
#PBS -e anydirectory/logs
#PBS -V
commandHere
FALCON is a really good assembler. Is it possible to make FALCON support SLURM system?
@tangerzhang, job_type=slurm
is already supported, thanks to a contribution by a user.