We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ea2cd commit 74153c8Copy full SHA for 74153c8
2 files changed
modules/ensembl/features/converttojson/main.nf
@@ -15,7 +15,7 @@
15
16
nextflow.enable.dsl = 2
17
18
-process FEATURES_OUT_TO_JSON {
+process FEATURES_CONVERTTOJSON {
19
tag "${meta.id}"
20
label 'process_small'
21
container 'ensemblorg/ensembl-genomio:v1.6.1'
modules/ensembl/features/converttojson/tests/main.nf.test
@@ -15,14 +15,14 @@
nextflow_process {
- name "Test Process FEATURES_OUT_TO_JSON"
+ name "Test Process FEATURES_CONVERTTOJSON"
script "../main.nf"
- process "FEATURES_OUT_TO_JSON"
+ process "FEATURES_CONVERTTOJSON"
22
tag "modules"
23
tag "modules_local"
24
tag "features"
25
- tag "features/out_to_json"
+ tag "features/converttojson"
26
27
test("Stub outputs features JSON without consensus library") {
28
0 commit comments