Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiesamaha authored Oct 26, 2021
1 parent 2229127 commit b4c04af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit b4c04af

Please sign in to comment.