From 560216b85c99e854d07a1be70c1144cbb3730256 Mon Sep 17 00:00:00 2001 From: Matthew Wells Date: Wed, 25 Oct 2023 11:17:04 -0500 Subject: [PATCH] updated prettier settings --- .prettierignore | 2 ++ nextflow.config | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.prettierignore b/.prettierignore index f345dc3a..258cf043 100644 --- a/.prettierignore +++ b/.prettierignore @@ -15,3 +15,5 @@ assets* mkdocs.yml nextflow_schema.json README.md +fontlist-v330.json +CITATIONS.md diff --git a/nextflow.config b/nextflow.config index 68f88b62..aa64feb8 100644 --- a/nextflow.config +++ b/nextflow.config @@ -948,9 +948,9 @@ dag { } manifest { - name = 'mikrokondo' + name = 'mk/mikrokondo' author = """matthew wells""" - homePage = 'Not hosted yet' + homePage = 'https://github.com/phac-nml/mikrokondo' description = """test1 of mikrokondo""" mainScript = 'main.nf' nextflowVersion = '!>=22.10.1'