dnanexus-integration

Manage genomics pipelines and data on the DNAnexus cloud platform.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/felixboehm/biochem-allergy --skill dnanexus-integration-felixboehm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dnanexus-integration
Source: https://github.com/felixboehm/biochem-allergy/tree/main/.claude/skills/dnanexus-integration
Command: npx skills add https://github.com/felixboehm/biochem-allergy --skill dnanexus-integration-felixboehm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the complex process of developing, deploying, and managing genomics pipelines and data on the DNAnexus cloud platform.

Core Features & Use Cases

  • App Development: Build and deploy custom bioinformatics apps and applets.
  • Data Management: Upload, download, search, and organize large-scale genomics datasets.
  • Workflow Orchestration: Run complex multi-step analyses and monitor job execution.
  • Use Case: A genomics researcher needs to process raw FASTQ files from a new sequencing run. They can use this Skill to write a custom applet for alignment, upload the FASTQ files, run the applet, and then download the resulting BAM files, all within the DNAnexus environment.

Quick Start

Use the dnanexus-integration skill to upload the file 'sample_data.fastq.gz' to your DNAnexus project 'project-1234'.

Frequently Asked Questions about dnanexus-integration

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

FAQPage Schema
How do I upload and manage genomics datasets on the DNAnexus cloud platform?

To manage genomics datasets on DNAnexus, you can use the dxpy Python SDK to upload, download, search, and organize large-scale data objects within your cloud projects. This Skill provides scripts to automate these data management tasks.

How do I build and deploy custom bioinformatics apps using dxpy?

Building and deploying custom bioinformatics apps with dxpy involves creating applets and defining execution environments. This Skill facilitates app development by providing references for packaging and deploying pipelines on the DNAnexus platform.

Can I orchestrate multi-step genomics workflows and monitor job execution in DNAnexus?

Yes, you can orchestrate multi-step genomics workflows and monitor job execution in DNAnexus using dxpy. This Skill supports running complex analyses, allowing you to execute and track pipeline steps sequentially or in parallel.

What is the best way to process raw FASTQ files and retrieve BAM files using DNAnexus?

Processing raw FASTQ files to retrieve BAM files on DNAnexus requires writing a custom applet for alignment, uploading the data, and running the job. This Skill streamlines this workflow using the dxpy SDK for reproducible analysis.

Do I need the dxpy Python SDK to run reproducible bioinformatics pipelines on DNAnexus?

Yes, the dxpy Python SDK is required to run reproducible bioinformatics pipelines on DNAnexus. This Skill uses dxpy to handle app creation, data management, and job execution for scalable cloud-based genomics.

Are there limitations when developing genomics pipelines for large-scale cloud computing on DNAnexus?

Developing genomics pipelines for large-scale cloud computing on DNAnexus requires managing data object states and job dependencies carefully. This Skill addresses these constraints by providing structured scripts for reproducible execution.