Pipeline: sanger-tol/genomenote (1.2.0)

Launch ID: 1725757184_b2683a018b1b

Go through the pipeline inputs below, setting them to the values that you would like. When you're done, click Launch and your parameters will be saved.

The page shown will show a command that you can use to directly launch the workflow. For those running on a system with no internet connection, you can copy the parameters JSON to a file and use the supplied command to launch.

Nextflow command-line flags
Nextflow command-line flags

General Nextflow flags to control how the pipeline runs.

These are not specific to the pipeline and will not be saved in any parameter file. They are just used when building the `nextflow run` launch command.
Must match pattern ^[a-zA-Z0-9-_]+$

Unique name for this nextflow run

Configuration profile

Work directory for intermediate files

Resume previous run, if found

Execute the script using the cached results, useful to continue executions that was stopped by an error

Input/output options

Define where the pipeline should find input data and save output data.

Must match pattern ^\S+\.csv$

Path to comma-separated file containing information about the samples in the experiment.

You will need to create a design file with information about the samples in your experiment before running the pipeline. Use this parameter to specify its location. It has to be a comma-separated file with 3 columns, and a header row. See usage docs.

Must be an integer

Bin size in base pairs for cooler cload

Must be an integer

Size for Fastk to create the k-mer library

This parameter is required

The output directory where the results will be saved. You have to use absolute paths to storage on Cloud infrastructure.

Must match pattern ^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$

Email address for completion summary.

Set this parameter to your e-mail address to get a summary e-mail with details of the run sent to you when the workflow exits. If set in your user config file (~/.nextflow/config) then you don't need to specify this on the command line for every run.

MultiQC report title. Printed as page header, used for filename if not otherwise specified.

Path to a file that contains the sequence names in the order you want to represent them on the contact-map.

If not specified, the pipeline will use the sequences in the same order they are listed by the NCI, which follows the karyotype.

Databases

Define where the pipeline should find databases.

Local directory where clade-specific BUSCO lineage datasets are stored.

Local file that holds a mapping between BUSCO lineages and taxon IDs.

Reference genome options

Reference genome related files and options required for the workflow.

Must match pattern ^\S+\.fn?a(sta)?(\.gz)?$

Path to FASTA genome file.