- Running pipeline on Australia's National Computational Infrastructure (NCI)
- Access to if89 project (to access software installs used by pipeface)
- Access to xy86 project (to access variant databases used by pipeface, only required if running variant annotation)
Modify the NCI project to which to charge the analysis. Eg:
project = 'kr68'Modify access to project specific directories. Eg:
storage = 'gdata/if89+gdata/xy86+scratch/kr68+gdata/kr68+gdata/ox63'Note: Don't remove access to if89 gdata (
gdata/if89) and xy86 gdata (gdata/xy86). These are required to access software installs and variant annotation databases used in the pipeline
Pipeface can be run within a persistent session
You may use the centrally installed nextflow environmental module available on NCI to access the nextflow dependency. Eg:
module load nextflow/24.04.5nextflow run pipeface.nf -params-file ./config/parameters_pipeface.json -config ./config/nextflow_pipeface.configPlease keep in mind that some datasets will require modifications to the default resources (particularly memory, disk usage, walltime). For example WGS data with greater than typical (~30x) sequencing depth.