From 6654458d6fbcb7de204a62012e4a6e058bc2133f Mon Sep 17 00:00:00 2001 From: Sarah Griffiths Date: Fri, 24 Jun 2022 17:24:32 +0100 Subject: [PATCH] tryagain --- main.nf | 2 +- nextflow_schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.nf b/main.nf index d0ee481..b29ba52 100644 --- a/main.nf +++ b/main.nf @@ -1,5 +1,5 @@ #!/usr/bin/env nextflow - + import groovy.json.JsonBuilder nextflow.enable.dsl = 2 diff --git a/nextflow_schema.json b/nextflow_schema.json index d82dd18..7c3ff7d 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -155,4 +155,4 @@ "intro": "## Introduction\n\nThis workflow provides an easy way to align Oxford Nanopore reads and gather mapping\nstats either locally for small amounts of data or at scale in a distributed\nenvironment such as a cluster.\n", "links": "* [nextflow](https://www.nextflow.io/)\n* [docker](https://www.docker.com/products/docker-desktop)\n* [conda](https://docs.conda.io/en/latest/miniconda.html)\n* [minimap2](https://github.com/lh3/minimap2)" } -} +} \ No newline at end of file