You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It won't be a one to one process to process. For example, haplotypecaller for parabricks will run both gatk ApplyBSQR and gatk HaplotypeCaller which are separeted in two processed currently.
Parabricks Command
# This command assumes all the inputs are in INPUT_DIR and all the outputs go to OUTPUT_DIR.
docker run --rm --gpus all --volume INPUT_DIR:/workdir --volume OUTPUT_DIR:/outputdir \
--workdir /workdir \
nvcr.io/nvidia/clara/clara-parabricks:4.2.1-1 \
pbrun haplotypecaller \
--ref /workdir/${REFERENCE_FILE} \
--in-bam /workdir/${INPUT_BAM} \
--in-recal-file /workdir/${INPUT_RECAL_FILE} \
--out-variants /outputdir/${OUTPUT_VCF}
https://docs.nvidia.com/clara/parabricks/latest/toolreference.html
Add a config option to use parabricks for supported processes such as gatk and bwa.
The text was updated successfully, but these errors were encountered: