Skip to content

Commit

Permalink
Editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Apr 25, 2024
1 parent bac793c commit c902863
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
f.write(format_yaml_like(versions))
2 changes: 1 addition & 1 deletion modules/local/report/create/app/bundle/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node_modules
node_modules
2 changes: 1 addition & 1 deletion modules/local/report/create/app/bundle/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

esbuild --bundle --minify lib.js --format=iife --global-name=lib --outfile=../dependencies/lib.js
esbuild --bundle --minify lib.js --format=iife --global-name=lib --outfile=../dependencies/lib.js
2 changes: 1 addition & 1 deletion subworkflows/local/counts.nf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ workflow COUNTS {

ch_versions = Channel.empty()



COMBINE_COUNTS(
ch_counts.map{counts -> [[id: "counts"], counts]},
Expand Down

0 comments on commit c902863

Please sign in to comment.