Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions modules/nf-core/tcoffee/regressive/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ input:
type: file
description: Input sequences in FASTA format
pattern: "*.{fa,fasta}"
ontologies: []
ontologies:
- edam: http://edamontology.org/format_1919 # SEQUENCE-LIKE
- edam: http://edamontology.org/format_1929 # FASTA
- - meta2:
type: map
description: |
Expand All @@ -40,7 +42,8 @@ input:
type: file
description: Input guide tree in Newick format
pattern: "*.{dnd}"
ontologies: []
ontologies:
- edam: http://edamontology.org/format_2006 # PHYLOGENETIC TREE
- - meta3:
type: map
description: |
Expand All @@ -50,14 +53,14 @@ input:
type: file
description: T_coffee template file that maps sequences to the accessory information
files to be used.
pattern: "*"
ontologies: []
ontologies:
- edam: http://edamontology.org/format_1476 # PDB
- accessory_information:
type: file
description: Accessory files to be used in the alignment. For example, it could
be protein structures or secondary structures.
pattern: "*"
ontologies: []
ontologies:
- edam: http://edamontology.org/format_1476 # PDB
- compress:
type: boolean
description: Flag representing whether the output MSA should be compressed. Set
Expand All @@ -74,7 +77,10 @@ output:
type: file
description: Alignment file in FASTA format. May be gzipped.
pattern: "*.aln{.gz,}"
ontologies: []
ontologies:
- edam: http://edamontology.org/format_2554 # ALIGNMENT FORMAT TXT
- edam: http://edamontology.org/format_1921 # ALIGNMENT FORMAT
- edam: http://edamontology.org/format_1984 # FASTA-ALN
versions:
- versions.yml:
type: file
Expand Down
12 changes: 9 additions & 3 deletions modules/nf-core/upp/align/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ input:
type: file
description: Input sequences in FASTA format
pattern: "*.{fa,fasta}"
ontologies: []
ontologies:
- edam: http://edamontology.org/format_1919 # SEQUENCE-LIKE
- edam: http://edamontology.org/format_1929 # FASTA
- - meta2:
type: map
description: |
Expand All @@ -35,7 +37,8 @@ input:
type: file
description: Input guide tree in Newick format
pattern: "*.{dnd}"
ontologies: []
ontologies:
- edam: http://edamontology.org/format_2006 # PHYLOGENETIC TREE
- compress:
type: boolean
description: Flag representing whether the output MSA should be compressed. Set
Expand All @@ -52,7 +55,10 @@ output:
description: Alignment file, in FASTA format. May be gzipped or uncompressed,
depending on if compress is set to true or false
pattern: "*.aln{.gz,}"
ontologies: []
ontologies:
- edam: http://edamontology.org/format_2554 # ALIGNMENT FORMAT TXT
- edam: http://edamontology.org/format_1921 # ALIGNMENT FORMAT
- edam: http://edamontology.org/format_1984 # FASTA-ALN
versions:
- versions.yml:
type: file
Expand Down
Loading