From c9028636772b8739a68e2bccd1e3968a73e3110a Mon Sep 17 00:00:00 2001 From: Nico Trummer Date: Thu, 25 Apr 2024 11:01:15 +0200 Subject: [PATCH] Editorconfig --- modules/local/counts/calculate_tpm/templates/calculate_tpm.py | 2 +- modules/local/report/create/app/bundle/.gitignore | 2 +- modules/local/report/create/app/bundle/build.sh | 2 +- subworkflows/local/counts.nf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/local/counts/calculate_tpm/templates/calculate_tpm.py b/modules/local/counts/calculate_tpm/templates/calculate_tpm.py index 975e4da..bb4295d 100755 --- a/modules/local/counts/calculate_tpm/templates/calculate_tpm.py +++ b/modules/local/counts/calculate_tpm/templates/calculate_tpm.py @@ -53,4 +53,4 @@ def format_yaml_like(data: dict, indent: int = 0) -> str: } with open("versions.yml", "w") as f: - f.write(format_yaml_like(versions)) \ No newline at end of file + f.write(format_yaml_like(versions)) diff --git a/modules/local/report/create/app/bundle/.gitignore b/modules/local/report/create/app/bundle/.gitignore index b512c09..3c3629e 100644 --- a/modules/local/report/create/app/bundle/.gitignore +++ b/modules/local/report/create/app/bundle/.gitignore @@ -1 +1 @@ -node_modules \ No newline at end of file +node_modules diff --git a/modules/local/report/create/app/bundle/build.sh b/modules/local/report/create/app/bundle/build.sh index cc3e804..0c76621 100755 --- a/modules/local/report/create/app/bundle/build.sh +++ b/modules/local/report/create/app/bundle/build.sh @@ -1,3 +1,3 @@ #!/bin/bash -esbuild --bundle --minify lib.js --format=iife --global-name=lib --outfile=../dependencies/lib.js \ No newline at end of file +esbuild --bundle --minify lib.js --format=iife --global-name=lib --outfile=../dependencies/lib.js diff --git a/subworkflows/local/counts.nf b/subworkflows/local/counts.nf index f19d8a0..dde4ce3 100644 --- a/subworkflows/local/counts.nf +++ b/subworkflows/local/counts.nf @@ -24,7 +24,7 @@ workflow COUNTS { ch_versions = Channel.empty() - + COMBINE_COUNTS( ch_counts.map{counts -> [[id: "counts"], counts]},