incomplete download of pgx-main

This commit is contained in:
2025-08-18 12:12:55 +02:00
parent fe48df8676
commit 75c821b975
984 changed files with 0 additions and 878657 deletions

View File

@@ -1,32 +0,0 @@
params {
in_hap1 = "/path/to/haplotype_files/*.vcf.gz"
in_hap2 = "/path/to/haplotype_files/*.p.vcf.gz"
out_dir = "/path/to/output_directory"
}
process {
withLabel: big_mem {
cpus = 8
memory = 32.GB
}
}
profiles {
// For execution on a local machine, no containerization. -- Default
standard {
process.executor = 'local'
}
// For execution on a SLURM scheduler, no containerization.
slurm {
process.executor = 'slurm'
process.queue = 'batch'
}
}