Skip to content

Commit 74153c8

Browse files
Update module name
1 parent 06ea2cd commit 74153c8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

modules/ensembl/features/converttojson/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
nextflow.enable.dsl = 2
1717

18-
process FEATURES_OUT_TO_JSON {
18+
process FEATURES_CONVERTTOJSON {
1919
tag "${meta.id}"
2020
label 'process_small'
2121
container 'ensemblorg/ensembl-genomio:v1.6.1'

modules/ensembl/features/converttojson/tests/main.nf.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
nextflow_process {
1717

18-
name "Test Process FEATURES_OUT_TO_JSON"
18+
name "Test Process FEATURES_CONVERTTOJSON"
1919
script "../main.nf"
20-
process "FEATURES_OUT_TO_JSON"
20+
process "FEATURES_CONVERTTOJSON"
2121

2222
tag "modules"
2323
tag "modules_local"
2424
tag "features"
25-
tag "features/out_to_json"
25+
tag "features/converttojson"
2626

2727
test("Stub outputs features JSON without consensus library") {
2828

0 commit comments

Comments
 (0)