We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2432daa commit fc56686Copy full SHA for fc56686
nf_core/module-template/meta.yml
@@ -62,7 +62,7 @@ input:
62
pattern: {{ '"*.{bam,cram,sam}"' if not_empty_template else "" }}
63
ontologies:
64
{% if not_empty_template -%}
65
- - edam: "http://edamontology.org/format_25722" # BAM
+ - edam: "http://edamontology.org/format_2572" # BAM
66
- edam: "http://edamontology.org/format_2573" # CRAM
67
- edam: "http://edamontology.org/format_3462" # SAM
68
{% else -%}
@@ -112,7 +112,7 @@ output:
112
113
114
115
116
117
118
0 commit comments