Skip to content

Commit

Permalink
add yml files to describe module classes
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Jul 18, 2024
1 parent 6025296 commit a9d29bc
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions classes/alignment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: "alignment"
description: Perform multiple sequence alignment
keywords:
- alignment
- msa
- align
input:
- - meta:
type: map
description: |
Groovy Map containing sample information
e.g. `[ id:'sample1', single_end:false ]`
- fasta:
type: file
description: Input sequences in FASTA format
pattern: "*.{fa,fasta}"
ontologies:
- edam: http://edamontology.org/format_1929
output:
- alignment:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. `[ id:'test']`
- "*.aln.gz":
type: file
description: Alignment file, in FASTA format.
pattern: "*.aln.gz"
ontologies:
- edam: http://edamontology.org/format_1984
- versions:
- versions.yml:
type: file
description: File containing software versions
pattern: "versions.yml"

0 comments on commit a9d29bc

Please sign in to comment.