Skip to content

Commit eb347bb

Browse files
anastasiyablcopybara-github
authored andcommitted
Fix remaining version numbers for the release.
PiperOrigin-RevId: 495697405
1 parent 12e0007 commit eb347bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/runtime_metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ gcloud compute instances create "${USER}-gpu" \
100100

101101
The 10k ZMW test dataset is available on Google Storage:
102102

103-
`gs://brain-genomics-public/research/deepconsensus/quickstart/v0.3/n10000.subreads.bam`
103+
`gs://brain-genomics-public/research/deepconsensus/quickstart/v1.1/n10000.subreads.bam`

notebooks/Inspecting_DeepConsensus_examples_and_running_model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@
604604
"source": [
605605
"### Let's break that down\n",
606606
"\n",
607-
"Each matrix is composed of multiple data types layered in rows. The bases, pulse-width, inter-pulse duration, and strand are per-subread, up to the max number of subreads (this is in params.max_passes, which as of DeepConsensus v0.3 is 20). The input also contains a draft circular consensus sequence (CCS) from PacBio and the signal-to-noise ratio (SN)."
607+
"Each matrix is composed of multiple data types layered in rows. The bases, pulse-width, inter-pulse duration, and strand are per-subread, up to the max number of subreads (this is in params.max_passes, which as of DeepConsensus v1.1 is 20). The input also contains a draft circular consensus sequence (CCS) from PacBio and the signal-to-noise ratio (SN)."
608608
]
609609
},
610610
{

0 commit comments

Comments
 (0)