NGLess Script Builder

You can build standard NGLess scripts using this wizard. See https://ngless.embl.de for more information.


Choose options to generate the script

0

Declare versions

Every NGLess script starts by declaring which versions of the language it wants to use

1

Load data

This script will process a single metagenome.

FastQ files should all be in the same directory with names matching the pattern *.[12].fq.gz (for example, sampleX.1.fq.gz and sampleX.2.fq.gz for a paired end sample).

Your generated NGLess script

ngless "1.5"
import "gmgc" version "1.0"


Copyright (c) 2018–2025. Luis Pedro Coelho and other group members. All rights reserved.

Navigated to NGLess Script Builder