Tandem repeat benchmarking project.
Submit the job with:
sbatch -J tr_bench -p amilan --qos=normal --time=08:00:00 --mem=2G --output=logs/%x_%j.out --error=logs/%x_%j.err --wrap="bash run_benchmarking_slurm.sh run_benchmarking.nf --list ont_bam.list --ref /pl/active/dashnowlab/data/ref-genomes/human_GRCh38_no_alt_analysis_set.fasta"-J tr_bench— sets the Slurm job name.-p amilan --qos=normal— selects the partition and QoS.--time=08:00:00 --mem=2G— walltime and memory request.--output/--error— logs saved tologs/with job id.--wrap="bash …"— runs the wrapper that launches Nextflow:run_benchmarking_slurm.shinvokesrun_benchmarking.nf--list ont_bam.listpoints to your input list (one BAM/CRAM per line)--ref ...fastaprovides the GRCh38 reference path