Skip to content

Commit b885950

Browse files
address None issue
1 parent 93777b7 commit b885950

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

modules/nf-core/htodemux/meta.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/meta-schema.json
33
name: "htodemux"
4-
## TODO nf-core: Add a description of the module and list keywords
5-
description: write your description here
4+
description: Demultiplex samples based on data from cell hashing.
65
keywords:
7-
- sort
8-
- example
9-
- genomics
6+
- demultiplexing
7+
- hashing-based deconvoltion
8+
- single-cell
109
tools:
1110
- "htodemux":
1211
## TODO nf-core: Add a description and other details for the software below
@@ -16,7 +15,7 @@ tools:
1615
tool_dev_url: "https://github.com/satijalab/seurat"
1716
doi: ""
1817
licence: ["GPL v3"]
19-
identifier:
18+
identifier: ""
2019

2120
## TODO nf-core: Add a description of all of the variables used as input
2221
input:

0 commit comments

Comments
 (0)