暗能星系

    • 登录
    • 搜索

    Parabricks验证记录

    大数据
    1
    3
    18
    正在加载更多帖子
    • 从旧到新
    • 从新到旧
    • 最多赞同
    回复
    • 在新帖中回复
    登录后回复
    此主题已被删除。只有拥有主题管理权限的用户可以查看。
    • A
      anneng 最后由 anneng 编辑

      1.parabricks介绍
      NVIDIA®Parabricks®是一款可扩展的基因组学分析软件套件,利用全栈加速计算在几分钟内处理数据。它与所有领先的测序仪器兼容,支持不同的生物信息学工作流程,并集成了人工智能以实现准确性和定制。Parabricks是一种成本效益高、节省空间的解决方案,是专注于推进疾病理解和管理的大型基因组学项目的理想选择。

      2.parabricks能做什么?
      germline, somatic, and RNA analysis.
      hc-solution-overview-parabricks-2756341.pdf
      ec35ac83-8cc0-4809-a9f5-131ccf712faa-image.png
      3.参考手册
      https://docs.nvidia.com/clara/parabricks/4.0.0/index.html
      parabricks包括哪些软件
      Parabricks 4.0.0-1 has a significantly reduced set of tools. We are focusing primarily on the following tools:
      applybqsr、bam2fq、bammetrics、bamsort、bqsr、collectmultiplemetrics、dbsnp
      、deepvariant、deepvariant_germline、fq2bam、genotypegvcf、germline、haplotypecaller
      、indexgvcf、mutectcaller、postpon、prepon、rna_fq2bam、somatic、starfusion

      parabricks支持wdl 和nextflow
      4e2713b5-2f70-4b8e-9380-b953b3ade0c7-image.png
      https://github.com/clara-parabricks-workflows

      4.软件安装要求
      Any NVIDIA GPU that supports CUDA architecture 60, 70, 75, or 80 and has at least 16GB of GPU RAM. Parabricks has been tested on the following NVIDIA GPUs:
      V100 T4
      A10, A30, A40, A100, A6000

      System Requirements:
      A 2 GPU server should have at least 100GB CPU RAM and at least 24 CPU threads.
      A 4 GPU server should have at least 196GB CPU RAM and at least 32 CPU threads.
      A 8 GPU server should have at least 392GB CPU RAM and at least 48 CPU threads.

      The following are software requirements for running Clara Parabricks.
      An NVIDIA driver greater than version 465.32.* .
      Any Linux Operating System that supports nvidia-docker2 Docker version 20.10 (or higher)
      95e98f47-77e0-420d-a154-411bfd0e356c-image.png
      以前 nvidia支持docker的方式是对docker进行替换 现在统一使用nvidia-docker2
      https://github.com/NVIDIA/nvidia-docker/issues/1268
      What's the difference between the lastest nvidia-docker and nvidia container runtime?
      47ab9ae7-466b-4706-8851-3c8b79a437e6-image.png

      使用如下操作 将parabricks添加到咱们自己的仓库 方便后续给客户安装
      docker pull nvcr.io/nvidia/clara/clara-parabricks:4.0.0-1
      docker tag nvcr.io/nvidia/clara/clara-parabricks:4.0.0-1 dockerhub.genostack.com:8090/nvidia/clara-parabricks:4.0.0-1
      docker images
      docker push dockerhub.genostack.com:8090/nvidia/clara-parabricks:4.0.0-1
      
      使用下面的命令获取测试数据
      $ wget -O parabricks_sample.tar.gz \
      "https://s3.amazonaws.com/parabricks.sample/parabricks_sample.tar.gz"
      
      docker run \
            --gpus all \
            --rm \
            --volume $(pwd):/workdir \
            --volume $(pwd):/outputdir \
          nvcr.io/nvidia/clara/clara-parabricks:4.0.0-1 \
          pbrun fq2bam \
            --ref /workdir/parabricks_sample/Ref/Homo_sapiens_assembly38.fasta \
            --in-fq /workdir/parabricks_sample/Data/sample_1.fq.gz /workdir/parabricks_sample/Data/sample_2.fq.gz \
            --out-bam /outputdir/fq2bam_output.bam
      
      1 条回复 最后回复 回复 引用 0
      • A
        anneng 最后由 编辑

        https://catalog.ngc.nvidia.com/orgs/nvidia/teams/clara/containers/clara-parabricks/tags
        镜像下载地址

        1 条回复 最后回复 回复 引用 0
        • A
          anneng 最后由 编辑

          https://developer.nvidia.com/blog/search-posts/?q=parabricks&faceted_search_industry_str=Healthcare+%26+Life+Sciences
          一些应用案例

          1 条回复 最后回复 回复 引用 0
          • First post
            Last post
          Powered by 暗能星系