An interactive Shiny app that generates ready-to-submit SLURM batch scripts for the McCartney HPC cluster without having to remember syntax or look up documentation.
What it does
- Select partition (
basicorgpu), CPUs, RAM, and wall-clock time - Toggle job arrays — paste your sample names and the app writes the
SAMPLES=(...)bash array automatically - Toggle scratch filesystem — the app wraps your command with copy-in / run / copy-back logic and a
trap cleanup EXITso scratch is always removed - Search and load any installed software module
- Copy the finished script to the clipboard or download it as a
.shfile
How to use
- Click Launch Script Generator above
- Fill in the sidebar — the script updates live in the right panel
- Hit Download .sh and submit with
sbatch your_script.sh
For the full cluster user guide (SSH, file transfer, module system, script templates) see the McCartney HPC User Guide.