GenPipes Wizard New

The GenPipes Wizard is an interactive command-line tool designed to guide users, especially beginners, through selecting the appropriate deployment method, pipeline, and protocol, and constructing the full command to run GenPipes. The Wizard works by asking a series of step-by-step questions.

How to Use the Wizard

Usage

To launch the GenPipes Wizard, run:

genpipes tools wizard

This will launch an interactive prompt where you can get help choosing a deployment option, pipeline and protocol and generate a ready-to-run GenPipes command.

Example Run

Note

Add example image once Wizard tool is finalized.

Supported Pipelines and Protocols

The Wizard currently supports the following pipelines and protocols:

Amplicon Sequencing Pipeline

This pipeline has no protocol.

For more details on this pipeline refer to the Amplicon Sequencing Pipeline Reference Guide

ChIP Sequencing Pipeline

Protocols: chipseq, atacseq

For more details on this pipeline refer to the ChIP Sequencing Pipeline Reference Guide

CoV Sequencing Pipeline

This pipeline has no protocol.

For more details on this pipeline refer to the CoV Sequencing Pipeline Reference Guide

DNA Sequencing Pipeline

Protocols: germline_snv, germline_sv, germline_high_cov, somatic_tumor_only, somatic_fastpass, somatic_ensemble, somatic_sv

For more details on this pipeline refer to the DNA Sequencing Pipeline Reference Guide

Long Read DNA Sequencing Pipeline

Protocols: nanopore, revio

For more details on this pipeline refer to the Long Read DNA Sequencing Pipeline Reference Guide

Methylation Sequencing Pipeline

Protocols: bismark, gembs, dragen, hybrid

For more details on this pipeline refer to the Methylation Sequencing Pipeline Reference Guide

Nanopore CoVSeQ Pipeline

Protocols: default, basecalling

For more details on this pipeline refer to the Nanopore CoVSeQ Pipeline Reference Guide

RNA Sequencing Pipeline

Protocols: stringtie, variants, cancer

For more details on this pipeline refer to the RNA Sequencing Pipeline Reference Guide

RNA Sequencing (De Novo) Pipeline

Protocols: trinity, seq2fun

For more details on this pipeline refer to the RNA Sequencing Pipeline Reference Guide

RNA Sequencing (Light) Pipeline

This pipeline has no protocol.

For more details on this pipeline refer to the RNA Sequencing Pipeline Reference Guide

Wizard Command Options

The Wizard helps you construct a complete command to run GenPipes by asking a series of guided questions. It is designed to simplify the process for beginner users by focusing on the most commonly used options.

Currently, the Wizard supports generating commands with the following options:

-t: Protocol name

-c: Config INI-style list of files; config parameters are overwritten based on files order

-r: Readset file

-d: Design file

-p: Pair file

-j: Job scheduler type

-s: Step range to run (e.g. ‘1-5’, ‘3,6,7’, ‘2,4-8’)

-o: Output directory

-g: Commands for running the pipeline are output to this file path name. The data specified to pipeline command line is processed and pipeline run commands are stored in GENPIPES_FILE

Note

The Wizard does not support every possible GenPipes option.

For advanced or pipeline-specific options, refer to the Pipeline Reference Guide or run:

genpipes --help
List of unsupported options
  • -f, –force

  • –force_mem_per_cpu

  • –no-json

  • –json-pt

  • –report

  • –clean

  • -l

  • –sanity-check

  • –container

  • –wrap

  • -v, –version

Troubleshooting

Q: What if I selected the wrong option by mistake?

A: You can go back at any point during the wizard:
  • For selection-type questions, choose the “back” option from the list.

  • For input-type questions, type back and press Enter.

Q: How do I cancel or exit the wizard?

A: Press Ctrl+C at any time to exit the wizard.

Please note that your progress will not be saved.