From b4c04afcb15f3ec8f2b22dc1c5a55395eb4b7220 Mon Sep 17 00:00:00 2001 From: georgiesamaha <73086054+georgiesamaha@users.noreply.github.com> Date: Tue, 26 Oct 2021 17:48:32 +1100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5377273..a69484c 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,8 @@ sh gatk4_genotypegvcfs_check.sh /path/to/cohort.config # Only run the job below if there were tasks that failed qsub gatk4_genotypegvcfs_missing_run_parallel.pbs ``` -3. Gather joint-genotyped interval VCFs into a multisample GVCF. +3. Gather joint-genotyped interval VCFs into a multisample GVCF. By default the jobfs allocation for this job is set to 100MB. Users may need to increase the jobfs allocation, depending on their specific needs. To do this edit the `#PBS -l jobfs=` variable at the top of the script. See the [NCI Gadi queue limits guide](https://opus.nci.org.au/display/Help/Queue+Limits) for queue-specific limits. + ``` qsub gatk4_gather_sort_vcfs.pbs ```