Skip to content

Commit

Permalink
Update deepvariant-rnaseq-case-study.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielecook authored Mar 10, 2025
1 parent 432d616 commit 4a1feb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/deepvariant-rnaseq-case-study.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ sudo docker run \
--output_vcf=output/HG005.output.vcf.gz \
--num_shards=$(nproc) \
--regions=data/chr20_CDS_3x.bed \
--make_examples_extra_args="split_skip_reads=true,channel_list='BASE_CHANNELS'" \
--make_examples_extra_args="split_skip_reads=true,channels=''" \
--intermediate_results_dir output/intermediate_results_dir
```

Expand All @@ -239,8 +239,8 @@ sudo docker run \
* `split_skip_reads=true` - *Important!* This flag is critical for RNA-seq
variant calling to work properly. It enables RNA-seq data to be
processed efficiently.
* `--channel_list='BASE_CHANNELS'` - Sets the channel list for the RNA-seq
model.
* `channels=''` - Resets the channel list to be appropriate for the
RNA-seq model.
* `--intermediate_results_dir` - Outputs results to an intermediate directory.

For running on GPU machines, or using Singularity instead of Docker, see
Expand Down

0 comments on commit 4a1feb5

Please sign in to comment.