File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ CCS/HiFi reads for downstream analyses.
3939
4040For context, we are the team that created and maintains both DeepConsensus and
4141DeepVariant. For variant calling with DeepVariant, we tested different models
42- and found that the best performance is with DeepVariant v1.4 using the normal
42+ and found that the best performance is with DeepVariant v1.5 using the normal
4343pacbio model rather than the model trained on DeepConsensus v0.1 output. We plan
4444to include DeepConsensus v1.2 outputs when training the next DeepVariant model,
45- so if there is a DeepVariant version later than v1.4 when you read this, we
45+ so if there is a DeepVariant version later than v1.5 when you read this, we
4646recommend using that latest version.
4747
4848### For assembly downstream
Original file line number Diff line number Diff line change @@ -61,11 +61,11 @@ mkdir "${TF_EXAMPLES_DIR}/test"
6161gsutil cp gs://brain-genomics-public/research/deepconsensus/quickstart/v1.2/n1000.subreads.bam " ${BASE_DIR} " /
6262
6363# Truth Reference
64- gsutil cp gs://deepconsensus/pacbio/datasets/chm13 /chm13v2.0_noY.fa " ${BASE_DIR} " /
64+ gsutil cp gs://brain-genomics-public/research/deepconsensus/training-tutorial/v1.2 /chm13v2.0_noY.fa " ${BASE_DIR} " /
6565# Truth exclude BED
66- gsutil cp gs://deepconsensus/pacbio/datasets/chm13 /chm13v2.0_noY_hifi.issues.bed " ${BASE_DIR} " /
66+ gsutil cp gs://brain-genomics-public/research/deepconsensus/training-tutorial/v1.2 /chm13v2.0_noY_hifi.issues.bed " ${BASE_DIR} " /
6767# Truth split
68- gsutil cp gs://deepconsensus/pacbio/datasets/chm13 /chm13v2.0_noY.chrom_mapping.txt " ${BASE_DIR} " /
68+ gsutil cp gs://brain-genomics-public/research/deepconsensus/training-tutorial/v1.2 /chm13v2.0_noY.chrom_mapping.txt " ${BASE_DIR} " /
6969
7070cd " ${BASE_DIR} "
7171```
You can’t perform that action at this time.
0 commit comments