Skip to content

Commit

Permalink
[tabuolartogseachip] update meta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suzannejin committed Dec 13, 2024
1 parent 8e0a4fe commit df4d584
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions modules/nf-core/custom/tabulartogseachip/meta.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "custom_tabulartogseacls"
name: "custom_tabulartogseachip"
description: Make a GSEA class file (.chip) from tabular inputs
keywords:
- gsea
Expand All @@ -11,21 +11,17 @@ tools:
tool_dev_url: "https://github.com/nf-core/modules/blob/master/modules/nf-core/custom/tabulartogseachip/main.nf"
identifier: ""
input:
- - meta:
type: map
description: |
Groovy Map containing input metadata information
e.g. [ id:'test' ]
- tabular:
- - tabular:
type: file
description: Tabular (NOTE that for the moment it only works for TSV file) containing a column with the
features ids, and another column with the features symbols.
description: |
Tabular (NOTE that for the moment it only works for TSV file) containing a column with the
features ids, and another column with the features symbols.
pattern: "*.{tsv}"
- - id:
type: str
type: string
description: The name of the column containing feature ids
- symbol:
type: str
type: string
description: The name of the column containing feature symbols
output:
- chip:
Expand Down

0 comments on commit df4d584

Please sign in to comment.