-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,55 @@ | ||
# file1 | ||
|
||
source: `{{ page.path }}` | ||
|
||
# 示例代码块 | ||
|
||
以下是一个带行号的 JSON 代码块示例: | ||
|
||
<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" | ||
} | ||
} | ||
</code></pre> | ||
|
||
|
||
# 示例代码块 | ||
|
||
以下是一个带行号的 JSON 代码块示例: | ||
|
||
```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/ERR8048237/RAW/refdata-cellranger-GRCh38-3.0.0.tar.gz", | ||
"run_id": "ERR8048237", | ||
"sample": "5891STDY8062334", | ||
"secondary": "False" | ||
} | ||
} | ||
|
||
请参考上面的 JSON 配置示例。 |