We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9dd7e commit f14b86dCopy full SHA for f14b86d
1 file changed
docs/train_model.md
@@ -43,7 +43,7 @@ mkdir "${DC_TRAIN_DIR}"
43
mkdir "${TF_EXAMPLES}"
44
mkdir "${DC_TRAIN_OUTPUT}"
45
46
-gsutil cp -R gs://pacbio-collab/pb-dc-training-set/tf-examples/* "${TF_EXAMPLES}/"
+gsutil -m cp -R gs://brain-genomics-public/research/deepconsensus/training-tutorial/v1.0/* "${TF_EXAMPLES}/"
47
```
48
49
The path to training examples has to be set in
0 commit comments