Nvidia
Nvidia
Nvidia Clara Parabricks prepon
Container
Nvidia
Nvidia
Nvidia Clara Parabricks prepon

Build an index for a PON file, which is the prerequisite for running **mutect pon**.

  • Generate an index for a PON file. This is a prerequisite for using the "--pon" option in mutectcaller.

    prepon requires that the Contig field be present in the header of the input .vcf.gz file in order to do memory allocation at the start of execution. This field should include both the chromosome name and length:

    ##contig=<ID=chr1,length=248956422> ##contig=<ID=chr2,length=242193529> ##contig=<ID=chr3,length=198295559> ...

    If your input .vcf.gz file does not include these value, run this command to update the header before running prepon:

    bcftools reheader --fai YOUR_REFERENCE_FILE.fa.fai INPUT_PON.vcf.gz > UPDATED_PON.vcf.gz

    For further information visit the prepon help page.

    Quick Start

    # 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
        -w /workdir \
        nvcr.io/nvidia/clara/clara-parabricks:<VERSION-TAG> \
        pbrun prepon \
        --in-pon-file /workdir/${INPUT_PON_VCF}
    
    Publisher
    Nvidia
    Nvidia
    Latest Tag4.0.0-1
    UpdatedSeptember 27, 2022 UTC
    Compressed Size88.81 MB
    Multinode SupportNo
    Multi-Arch SupportNo

    NVIDIA uses cookies to improve your experience on our web site. We and our third-party partners also use cookies and other tools to collect and record information you provide as well as information about your interactions with our websites for performance improvement, analytics, and to assist in marketing efforts. By clicking "Accept All", you consent to our use of cookies and other tools as described in our Cookie Policy. You can manage your cookie settings by clicking on "Manage Settings." By continuing to use this site or by clicking one of the buttons below, you agree to our Terms of Service (which contains important waivers). Please see our Privacy Policy for more information on our privacy practices.