|
| 1 | +name: "macse_refinealignment" |
| 2 | +description: improves the input nucleotide alignment in a codon-aware manner |
| 3 | +keywords: |
| 4 | + - multiple sequence alignment |
| 5 | + - codon-aware |
| 6 | + - fasta |
| 7 | +tools: |
| 8 | + - "macse": |
| 9 | + description: "MACSE: Multiple Alignment of Coding SEquences Accounting for Frameshifts |
| 10 | + and Stop Codons." |
| 11 | + homepage: https://www.agap-ge2pop.org/macse/ |
| 12 | + documentation: https://www.agap-ge2pop.org/macse/macse-documentation/ |
| 13 | + tool_dev_url: https://github.com/nf-core/masce |
| 14 | + doi: "10.1371/journal.pone.0022594" |
| 15 | + licence: |
| 16 | + - "CeCILL 2.1" |
| 17 | + identifier: biotools:macse |
| 18 | +input: |
| 19 | + - - meta: |
| 20 | + type: map |
| 21 | + description: | |
| 22 | + Groovy Map containing sample information |
| 23 | + e.g. [ id:'test', single_end:false ] |
| 24 | + - fasta: |
| 25 | + type: file |
| 26 | + description: Aligned sequences in FASTA format. May be gzipped or |
| 27 | + uncompressed. |
| 28 | + pattern: "*.{fa,fas,fasta,aln}" |
| 29 | + ontologies: |
| 30 | + - edam: http://edamontology.org/format_2554 |
| 31 | + - edam: http://edamontology.org/format_1921 |
| 32 | + - edam: http://edamontology.org/format_1984 |
| 33 | +output: |
| 34 | + nt: |
| 35 | + - - meta: |
| 36 | + type: map |
| 37 | + description: | |
| 38 | + Groovy Map containing sample information |
| 39 | + e.g. [ id:'test', single_end:false ] |
| 40 | + - "*_NT.{fa,fas,fasta,aln}": |
| 41 | + type: file |
| 42 | + description: Aligned sequences in FASTA format. May be gzipped or |
| 43 | + uncompressed. |
| 44 | + pattern: "*_NT.{fa,fas,fasta,aln}" |
| 45 | + ontologies: |
| 46 | + - edam: http://edamontology.org/format_2554 |
| 47 | + - edam: http://edamontology.org/format_1921 |
| 48 | + - edam: http://edamontology.org/format_1984 |
| 49 | + aa: |
| 50 | + - - meta: |
| 51 | + type: map |
| 52 | + description: | |
| 53 | + Groovy Map containing sample information |
| 54 | + e.g. [ id:'test', single_end:false ] |
| 55 | + - "*_AA.{fa,fas,fasta,aln}": |
| 56 | + type: file |
| 57 | + description: Aligned sequences in FASTA format. May be gzipped or |
| 58 | + uncompressed. |
| 59 | + pattern: "*_AA.{fa,fas,fasta,aln}" |
| 60 | + ontologies: |
| 61 | + - edam: http://edamontology.org/format_2554 |
| 62 | + - edam: http://edamontology.org/format_1921 |
| 63 | + - edam: http://edamontology.org/format_1984 |
| 64 | + versions_macse: |
| 65 | + - - "${task.process}": |
| 66 | + type: string |
| 67 | + description: The name of the process |
| 68 | + - macse: |
| 69 | + type: string |
| 70 | + description: The name of the tool |
| 71 | + - "macse --version | sed -n 's/.*V\\([0-9]*\\.[0-9]*\\).*/\\1/p'": |
| 72 | + type: eval |
| 73 | + description: The expression to obtain the version of the tool |
| 74 | +topics: |
| 75 | + versions: |
| 76 | + - - "${task.process}": |
| 77 | + type: string |
| 78 | + description: The name of the process |
| 79 | + - macse: |
| 80 | + type: string |
| 81 | + description: The name of the tool |
| 82 | + - "macse --version | sed -n 's/.*V\\([0-9]*\\.[0-9]*\\).*/\\1/p'": |
| 83 | + type: eval |
| 84 | + description: The expression to obtain the version of the tool |
| 85 | +authors: |
| 86 | + - "@charles-plessy" |
| 87 | + - "@pmuskusv" |
| 88 | + - "@takiifujita-ui" |
| 89 | + - "@leapicard" |
| 90 | +maintainers: |
| 91 | + - "@leapicard" |
0 commit comments