BU SCC Ops

Manage dnadesign bioinformatics workloads on the BU SCC cluster.

Updated Jan 24, 2025
One-click install
npx skills add https://github.com/e-south/dnadesign --skill bu-scc-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: BU SCC Ops
Source: https://github.com/e-south/dnadesign/tree/main/docs/hpc/skills/bu_scc_ops
Command: npx skills add https://github.com/e-south/dnadesign --skill bu-scc-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies and standardizes the process of running dnadesign bioinformatics workloads on the BU SCC (High-Performance Computing) cluster, ensuring efficient resource utilization and predictable job execution.

Core Features & Use Cases

  • Resource Management: Selects appropriate scheduler resources (CPU, GPU, memory, walltime) based on workload type (DenseGen, Evo2, Notify).
  • Job Submission: Facilitates interactive sessions (qrsh) and batch job submissions (qsub) for various dnadesign tools.
  • Preflight Validation: Includes checks to validate configurations and event sources before submitting long-running or resource-intensive jobs.
  • Use Case: A researcher needs to run a large-scale Evo2 inference job on the BU SCC. They can use this Skill to specify GPU requirements, load necessary modules, and submit the job as a batch process, ensuring it runs efficiently and reliably.

Quick Start

Use the BU SCC Ops skill to submit a DenseGen batch job with 16 CPU cores and 8GB of memory per core.

Frequently Asked Questions about BU SCC Ops

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

FAQPage Schema
How do I submit dnadesign batch jobs on the BU SCC cluster?

This Skill submits batch jobs on the BU SCC by orchestrating qsub commands and selecting appropriate scheduler resources like CPU, GPU, memory, and walltime based on your specific dnadesign workload type.

Can I run interactive sessions for bioinformatics workloads on the BU SCC?

Yes, you can run interactive sessions on the BU SCC. This Skill facilitates qrsh sessions for dnadesign tools, allowing you to dynamically allocate resources and execute tasks directly on compute nodes.

How does resource management work for Evo2 inference jobs on high-performance computing clusters?

Resource management for Evo2 inference on HPC clusters involves selecting appropriate GPU requirements, memory, and walltime. This Skill automates that allocation and loads necessary modules for efficient batch processing.

Why do I need preflight validation checks before submitting long-running batch jobs?

Preflight validation checks are needed before submitting long-running batch jobs to validate configurations and event sources, ensuring job integrity and preventing unpredictable outcomes or wasted SCC resources.

Does the BU SCC Ops Skill support DenseGen workloads with specific CPU and memory requirements?

Yes, this Skill supports DenseGen workloads. You can specify exact resource requirements such as 16 CPU cores and 8GB of memory per core when configuring and submitting your batch job.