dnanexus-integration

Automate DNAnexus genomics workflow development and data orchestration with dxpy.

48|6|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/qinyan-ai/qinyan-academic-skills --skill dnanexus-integration-qinyan-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dnanexus-integration
Source: https://github.com/qinyan-ai/qinyan-academic-skills/tree/main/skills/13-%E5%AE%9E%E9%AA%8C%E5%AE%A4%E8%87%AA%E5%8A%A8%E5%8C%96%E4%B8%8E%E9%9B%86%E6%88%90/dnanexus-integration
Command: npx skills add https://github.com/qinyan-ai/qinyan-academic-skills --skill dnanexus-integration-qinyan-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

DNAnexus enables teams to develop and deploy genomics apps and workflows in the cloud, simplifying data management and scalable analysis.

Core Features & Use Cases

  • App development and deployment on DNAnexus for apps/applets.
  • Data operations: upload/download, search, and manage files and records.
  • Job execution and workflows: run analyses, monitor status, chain steps.
  • Python SDK dxpy integration and configuration guidance.

Quick Start

Create a simple DNAnexus applet using dxpy to upload data, run a workflow, and fetch results.

Frequently Asked Questions about dnanexus-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate genomics workflows on DNAnexus using dxpy?

Yes, you can build and deploy DNAnexus applets using Python or Bash. This Skill automates dxapp.json-like configuration, bundles necessary assets, and integrates Docker containers to streamline the development and execution of custom genomics apps on the cloud platform.

What is the best way to manage FASTQ, BAM, and VCF data objects in a DNAnexus pipeline?

The best way to manage FASTQ, BAM, and VCF data objects in a DNAnexus pipeline is by using dxpy data operations. This Skill automates upload and download commands, data search, and record management to orchestrate genomic files seamlessly across your cloud workflows.

Does this DNAnexus automation approach support Docker and bundled assets?

Yes, this DNAnexus automation approach fully supports Docker integration and bundled assets. It generates the necessary API access configurations and dxapp.json-like setups to ensure your applets execute correctly with their required dependencies and environments.

How do I chain job execution steps and monitor status in a DNAnexus workflow?

To chain job execution steps and monitor status in a DNAnexus workflow, use the dxpy SDK to run analyses and track job states. This Skill automates the orchestration logic needed to sequence pipeline steps, monitor execution status, and fetch results upon completion.

Can I use dxpy to interface with the DNAnexus API for custom bioinformatics apps?

Yes, you can use dxpy to interface with the DNAnexus API for custom bioinformatics apps. This Skill provides configuration guidance and automates the Python SDK integration required to manage data objects, run jobs, and handle API requests for genomics pipelines.