You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,21 +56,22 @@ It requires the following authorization tokens to be set in the local environmen
56
56
`SYNAPSE_AUTH_TOKEN`: Required for beataml and mpnst datasets. Follow the directions above to use gain access.
57
57
58
58
Available arguments:
59
-
-`--dataset`: Required. Name of the dataset to build.
59
+
-`--dataset`: Required. Name of the dataset to build. At a minimum, this will build the docker images.
60
60
-`--use_prev_dataset`: Optional. Prefix of the previous dataset for sample and drug ID continuation. The previous dataset files must be in the "local" directory.
61
-
-`--validate`: Optional. Runs the schema checker on the built files.
61
+
-`--build`: Optional. Build the desired Dataset.
62
+
-`--validate`: Optional. Run the schema checker on the built files.
62
63
-`--continue`: Optional. Continues from where the build left off by skipping existing files in "local" directory.
0 commit comments