dnanexus-integration

Develop and execute genomics pipelines on the DNAnexus platform using dxpy.

Updated May 8, 2026
One-click install
npx skills add https://github.com/Zeyuyang-0420/bio-ai-research-skills --skill dnanexus-integration-zeyuyang-0420
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dnanexus-integration
Source: https://github.com/Zeyuyang-0420/bio-ai-research-skills/tree/main/categories/compute-data-infrastructure/dnanexus-integration
Command: npx skills add https://github.com/Zeyuyang-0420/bio-ai-research-skills --skill dnanexus-integration-zeyuyang-0420

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dxpy, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of building and executing genomics pipelines on the DNAnexus platform, reducing the complexity of cloud-based genomic data analysis.

Core Features & Use Cases

  • App Development: Create and deploy apps/applets for genomic analysis.
  • Data Operations: Manage and manipulate genomic data objects.
  • Job Execution: Run and monitor genomic analysis jobs.
  • Python SDK: Programmatic access to DNAnexus through dxpy.
  • Use Case: Develop a genomic analysis pipeline to analyze next-generation sequencing data and visualize the results.

Quick Start

Run the following command to execute a sample app on DNAnexus:

dx run applet-xxxx -i input_file=file-yyyy

Frequently Asked Questions about dnanexus-integration

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

FAQPage Schema
How do I build a genomics pipeline for next-generation sequencing data on DNAnexus?

You can build genomics pipelines on DNAnexus by developing and deploying applets or apps using the dxpy Python SDK. This allows you to manage genomic data objects and execute analysis jobs on the cloud platform.

What is the best way to run and monitor genomic analysis jobs in a cloud computing environment?

Monitoring genomic analysis jobs in a cloud computing environment is handled by executing applets via the DNAnexus platform. You can run jobs using simple command line instructions and track their execution through the platform's interface.

Do I need the dxpy Python SDK to manage bioinformatics data on the DNAnexus platform?

Yes, the dxpy Python SDK is required. It provides the necessary programmatic access to DNAnexus for integrating bioinformatics data management, app development, and job execution into your genomics analysis workflow.

Can I use this approach to develop complex data analysis pipelines for genomic data?

Yes, this approach is designed for researchers and data scientists to build complex data analysis pipelines for genomic data. It supports creating apps, manipulating data objects, and visualizing next-generation sequencing results.

Why does streamlining cloud-based genomic data analysis require specific app development?

Streamlining cloud-based genomic data analysis requires specific app development because it involves managing complex bioinformatics workflows. Developing custom applets ensures the pipeline correctly handles data manipulation and job execution on the DNAnexus platform.