Skip to content

Commit

Permalink
Update file1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OOAAHH authored Oct 29, 2024
1 parent 768711a commit 4bba345
Showing 1 changed file with 23 additions and 18 deletions.
41 changes: 23 additions & 18 deletions docs/From10X/scRNA-seq/file1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,32 @@ source: `{{ page.path }}`
# 示例代码块

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

<pre class="highlight"><code class="language-json">
{
"cellranger_count_workflow": {
"chemistry": "auto",
"cpu": 32,
"disk_space": "300 GB",
"fastq_file_paths": [
"s3://bioos-wcnjupodeig44rr6t02v0/Example_10X_data/ERR8048237/5891STDY8062334_S1_L001_I1_001.fastq.gz",
"s3://bioos-wcnjupodeig44rr6t02v0/Example_10X_data/ERR8048237/5891STDY8062334_S1_L001_R1_001.fastq.gz",
"s3://bioos-wcnjupodeig44rr6t02v0/Example_10X_data/ERR8048237/5891STDY8062334_S1_L001_R2_001.fastq.gz"
],
"memory": "225 GB",
"no_bam": "False",
"reference_genome_tar_gz": "s3://bioos-wcnjupodeig44rr6t02v0/Example_10X_data/RAW/refdata-cellranger-GRCh38-3.0.0.tar.gz",
"run_id": "ERR8048237",
"sample": "5891STDY8062334",
"secondary": "False"
}
}

{% highlight html linenos %}
<p>This is some text in a paragraph.</p>
{% endhighlight %}

</code></pre>

2

{% highlight html linenos %}
<p>This is some text in a paragraph.</p>
{% endhighlight %}


3

```c
int main(int argc, char* argv[]) {
return 0;
}
```
{: highlight-lines="2" }
# 示例代码块
Expand All @@ -51,5 +55,6 @@ source: `{{ page.path }}`
"secondary": "False"
}
}
```

请参考上面的 JSON 配置示例。

0 comments on commit 4bba345

Please sign in to comment.