skills/smithery.ai/bio-workflows-smrna-pipeline

bio-workflows-smrna-pipeline

Installation
SKILL.md

Version Compatibility

Reference examples tested with: DESeq2 1.42+, cutadapt 4.4+

Before using code patterns, verify installed versions match. If versions differ:

  • R: packageVersion('<pkg>') then ?function_name to verify parameters
  • CLI: <tool> --version then <tool> --help to confirm flags

If code throws ImportError, AttributeError, or TypeError, introspect the installed package and adapt the example to match the actual API rather than retrying.

Small RNA-seq Pipeline

"Analyze my small RNA-seq data from FASTQ to differential miRNAs" → Orchestrate adapter trimming (cutadapt), miRNA quantification (miRDeep2/miRge3), novel miRNA discovery, differential expression (DESeq2), and target prediction (miRanda).

Pipeline Overview

Installs
1
First Seen
Apr 16, 2026
bio-workflows-smrna-pipeline from smithery.ai