Loading...
Loading...
Route NVIDIA Parabricks pbrun tools, assess GPU/runtime readiness, and provide version-aware command guidance for FASTQ/BAM processing, RNA-seq, variant calling, BAM QC, and GVCF workflows. Do NOT use for inspecting or accelerating whole pipelines — use genomics-workflow-acceleration.
npx skill4agent add nvidia-bionemo/bionemo-agent-toolkit parabrickspbrungenomics-workflow-accelerationpbrunreferences/pbrun-<tool>.mdreferences/pbrun-<tool>.md| Tool | Reference | Use when |
|---|---|---|
| pbrun-applybqsr.md | Apply BQSR table to aligned BAM |
| pbrun-bam2fq.md | BAM → FASTQ conversion |
| pbrun-bamsort.md | Standalone BAM sort |
| pbrun-bqsr.md | Generate BQSR recalibration table |
| pbrun-fq2bam.md | Short-read DNA paired FASTQ → BAM/CRAM |
| pbrun-fq2bam_meth.md | Bisulfite/methylation FASTQ → BAM/CRAM |
| pbrun-giraffe.md | Pangenome graph alignment |
| pbrun-markdup.md | Standalone duplicate marking |
| pbrun-minimap2.md | Long-read FASTQ alignment |
| pbrun-rna_fq2bam.md | RNA-seq FASTQ(s) → splice-aware BAM (STAR alignment) |
| pbrun-starfusion.md | Fusion detection from chimeric junction input + STAR-Fusion genome library |
| pbrun-germline.md | GATK-style germline pipeline from FASTQ |
| pbrun-deepvariant_germline.md | DeepVariant germline pipeline from FASTQ |
| pbrun-haplotypecaller.md | Standalone HaplotypeCaller from BAM/CRAM |
| pbrun-deepvariant.md | Standalone DeepVariant from BAM/CRAM |
| pbrun-somatic.md | Tumor-normal somatic pipeline |
| pbrun-mutectcaller.md | Mutect2-compatible somatic calling |
| pbrun-deepsomatic.md | DeepSomatic-based somatic calling |
| pbrun-pacbio_germline.md | PacBio long-read germline |
| pbrun-ont_germline.md | Oxford Nanopore long-read germline |
| pbrun-pangenome_germline.md | Pangenome-aware germline |
| pbrun-pangenome_aware_deepvariant.md | Pangenome-aware DeepVariant |
| pbrun-prepon.md | Pangenome-aware preprocessing |
| pbrun-postpon.md | Pangenome-aware post-processing |
| pbrun-bammetrics.md | Whole-genome coverage/depth metrics |
| pbrun-collectmultiplemetrics.md | Multiple Picard/GATK-style alignment metrics |
| pbrun-genotypegvcf.md | Joint-genotype GVCF input(s) into VCF |
| pbrun-indexgvcf.md | Index GVCF input |
| pbrun-dbsnp.md | dbSNP annotation on variant files |
python3 skills/parabricks/scripts/check_parabricks_runtime.py--path <dir>docker run --rm --gpus all \
--volume /host/input:/workdir \
--volume /host/output:/outputdir \
--workdir /workdir \
nvcr.io/nvidia/clara/clara-parabricks:<version> \
pbrun <selected-tool> \
<tool-specific-options>| Error | Cause | Solution |
|---|---|---|
| Multiple plausible tools | Data type or goal underspecified | Ask for assay, inputs, caller preference, desired output; use tool-index |
| Exact flag requested | Options are version-sensitive | Check the selected tool reference and NVIDIA docs |
| Runtime question | GPU, Docker, drivers, or storage | Use runtime-environment reference and diagnostic script |
| Wrong tool family | Assay or input type unclear | Confirm DNA/RNA/methylation/long-read/pangenome before routing |
| CUDA or memory failure | Runtime not ready or GPU memory constrained | Assess runtime before tuning command flags |
fq2bam