xenon-middleware / xenon-cli

Perform files and jobs operations with Xenon library from command line
http://nlesc.github.io/Xenon/
Apache License 2.0
2 stars 3 forks source link

Question: check job status #78

Open fgvieira opened 3 years ago

fgvieira commented 3 years ago

I am trying to use xenon-cli as a general layer to run a snakemake pipeline, so that it can easily support being run locally, on torque, slurm, etc...

The classic schedulers work fine but, when trying to also make it work locally, I am having some issues. snakemake requires a command to launch jobs (that returns the jobid) and another to check the status (from the jobid). I think I got the first part to work, but I am a bit in doubt for the second (check status). Can I assume that the output from scheduler list means:

or can I also use state (Q/R/C)? Thanks,