Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OOAAHH authored Oct 28, 2024
1 parent eafdba5 commit 3e705e4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/From10X/scRNA-seq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

这里我们给出了填写示例:
- 注意这几个部分1️⃣`cellranger_count_workflow.fastq_file_paths` 2️⃣`cellranger_count_workflow.run_id` 3️⃣`cellranger_count_workflow.sample`
```json
```json{.line-numbers}
{
"cellranger_count_workflow.chemistry": "auto",
"cellranger_count_workflow.cpu": 32,
Expand All @@ -52,6 +52,19 @@
"cellranger_count_workflow.secondary": "False"
}
```

# 示例代码块

以下是一个带行号的 JSON 代码块示例:

<pre class="line-numbers"><code class="language-json">
{
"name": "1",
"type": "2",
"version": "3"
}
</code></pre>

是的,就是这么简单。我们添加了文件路径,并填写了run_id和sample。这和您在本地计算的参数填写逻辑是一样的。我们已经准备好了,现在就提交任务吧!

## 提交任务
Expand Down

0 comments on commit 3e705e4

Please sign in to comment.