nextflow-pipelines-generate-automatically
Sub-skill of nextflow-pipelines: Generate automatically (+2).
Best use case
nextflow-pipelines-generate-automatically is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of nextflow-pipelines: Generate automatically (+2).
Teams using nextflow-pipelines-generate-automatically should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/generate-automatically/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How nextflow-pipelines-generate-automatically Compares
| Feature / Agent | nextflow-pipelines-generate-automatically | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Sub-skill of nextflow-pipelines: Generate automatically (+2).
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Generate automatically (+2) ## Generate automatically ```bash python scripts/generate_samplesheet.py /path/to/data <pipeline> -o samplesheet.csv ``` The script: - Discovers FASTQ/BAM/CRAM files - Pairs R1/R2 reads - Infers sample metadata - Validates before writing **For sarek:** Script prompts for tumor/normal status if not auto-detected. ## Validate existing samplesheet ```bash python scripts/generate_samplesheet.py --validate samplesheet.csv <pipeline> ``` ## Samplesheet formats **rnaseq:** ```csv sample,fastq_1,fastq_2,strandedness SAMPLE1,/abs/path/R1.fq.gz,/abs/path/R2.fq.gz,auto ``` **sarek:** ```csv patient,sample,lane,fastq_1,fastq_2,status patient1,tumor,L001,/abs/path/tumor_R1.fq.gz,/abs/path/tumor_R2.fq.gz,1 *See sub-skills for full details.*
Related Skills
nextflow-pipelines
Run nf-core bioinformatics pipelines (rnaseq, sarek, atacseq) on sequencing data for gene expression, variant calling, and chromatin accessibility analyses.
nextflow-pipelines-workflow-checklist
Sub-skill of nextflow-pipelines: Workflow Checklist.
nextflow-pipelines-step-3-run-test-profile
Sub-skill of nextflow-pipelines: Step 3: Run Test Profile.
nextflow-pipelines-step-2-select-pipeline
Sub-skill of nextflow-pipelines: Step 2: Select Pipeline.
nextflow-pipelines-step-0-acquire-data-geosra-only
Sub-skill of nextflow-pipelines: Step 0: Acquire Data (GEO/SRA Only).
nextflow-pipelines-licenses
Sub-skill of nextflow-pipelines: Licenses.
nextflow-pipelines-docker-issues
Sub-skill of nextflow-pipelines: Docker issues (+2).
nextflow-pipelines-disclaimer
Sub-skill of nextflow-pipelines: Disclaimer.
nextflow-pipelines-check-completion
Sub-skill of nextflow-pipelines: Check completion (+1).
nextflow-pipelines-attribution
Sub-skill of nextflow-pipelines: Attribution.
nextflow-pipelines-5a-check-genome-availability
Sub-skill of nextflow-pipelines: 5a. Check genome availability (+2).
orcawave-to-orcaflex-generated-yaml-structure
Sub-skill of orcawave-to-orcaflex: Generated YAML Structure.