Skip to content

Commit c95d8cd

Browse files
anastasiyablcopybara-github
authored andcommitted
Update README and docs.
PiperOrigin-RevId: 513337081
1 parent 82df652 commit c95d8cd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ CCS/HiFi reads for downstream analyses.
3939

4040
For context, we are the team that created and maintains both DeepConsensus and
4141
DeepVariant. 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
4343
pacbio model rather than the model trained on DeepConsensus v0.1 output. We plan
4444
to 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
4646
recommend using that latest version.
4747

4848
### For assembly downstream

docs/generate_examples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ mkdir "${TF_EXAMPLES_DIR}/test"
6161
gsutil 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

7070
cd "${BASE_DIR}"
7171
```

0 commit comments

Comments
 (0)