|
| 1 | +name: grimer |
| 2 | +description: | |
| 3 | + Generates an interactive HTML dashboard integrating taxonomy, |
| 4 | + annotation, and metadata to detect contamination in metagenomic |
| 5 | + and amplicon sequencing datasets. GRIMER is independent of |
| 6 | + quantification methods and directly analyses contingency tables. |
| 7 | +keywords: |
| 8 | + - metagenomics |
| 9 | + - contamination |
| 10 | + - visualisation |
| 11 | + - taxonomy |
| 12 | + - viromics |
| 13 | + - microbiome |
| 14 | + - dashboard |
| 15 | +tools: |
| 16 | + - grimer: |
| 17 | + description: | |
| 18 | + GRIMER performs automated contamination analysis and generates |
| 19 | + portable interactive dashboards from contingency tables, |
| 20 | + integrating taxonomy, annotation and metadata. |
| 21 | + homepage: https://github.com/pirovc/grimer |
| 22 | + documentation: https://pirovc.github.io/grimer/ |
| 23 | + tool_dev_url: https://github.com/pirovc/grimer |
| 24 | + doi: "10.1101/2021.06.22.449360" |
| 25 | + licence: |
| 26 | + - "MIT" |
| 27 | + identifier: biotools:grimer |
| 28 | + args_id: "$args" |
| 29 | +input: |
| 30 | + - - meta: |
| 31 | + type: map |
| 32 | + description: | |
| 33 | + Groovy Map containing sample information. |
| 34 | + e.g. [ id:'sample1' ] |
| 35 | + - input_table: |
| 36 | + type: file |
| 37 | + description: | |
| 38 | + Tab-separated count/observation table or .biom file. |
| 39 | + Rows are observations; columns are samples. |
| 40 | + pattern: "*.{tsv,biom}" |
| 41 | + ontologies: |
| 42 | + - edam: http://edamontology.org/format_3475 |
| 43 | + - edam: http://edamontology.org/format_3746 |
| 44 | + - sample_metadata: |
| 45 | + type: file |
| 46 | + description: Tab-separated metadata file. Rows are samples; columns are |
| 47 | + metadata fields. Optional, pass [] to omit. |
| 48 | + pattern: "*.tsv" |
| 49 | + ontologies: |
| 50 | + - edam: http://edamontology.org/format_3475 |
| 51 | + - config: |
| 52 | + type: file |
| 53 | + description: | |
| 54 | + YAML configuration file defining external tool references, |
| 55 | + controls, and annotations. Optional, pass [] to omit. |
| 56 | + pattern: "*.{yml,yaml}" |
| 57 | + ontologies: |
| 58 | + - edam: http://edamontology.org/format_3750 |
| 59 | +output: |
| 60 | + report: |
| 61 | + - - meta: |
| 62 | + type: map |
| 63 | + description: Groovy Map containing sample information. |
| 64 | + - "*.html": |
| 65 | + type: file |
| 66 | + description: | |
| 67 | + Interactive HTML dashboard report integrating taxonomy, |
| 68 | + contamination analysis, heatmaps, and correlation plots. |
| 69 | + pattern: "*.html" |
| 70 | + ontologies: [] |
| 71 | + versions_grimer: |
| 72 | + - - ${task.process}: |
| 73 | + type: string |
| 74 | + description: The name of the process |
| 75 | + - grimer: |
| 76 | + type: string |
| 77 | + description: The name of the tool |
| 78 | + - grimer --version 2>&1 | tail -1 | sed "s/grimer //": |
| 79 | + type: eval |
| 80 | + description: The expression to obtain the version of the tool |
| 81 | +topics: |
| 82 | + versions: |
| 83 | + - - ${task.process}: |
| 84 | + type: string |
| 85 | + description: The name of the process |
| 86 | + - grimer: |
| 87 | + type: string |
| 88 | + description: The name of the tool |
| 89 | + - grimer --version 2>&1 | tail -1 | sed "s/grimer //": |
| 90 | + type: eval |
| 91 | + description: The expression to obtain the version of the tool |
| 92 | +authors: |
| 93 | + - "@Jonahnki" |
| 94 | +maintainers: |
| 95 | + - "@Jonahnki" |
0 commit comments