File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,15 @@ please see the [schema description](schema/README.md).
28
28
29
29
We have created a build script that executes each step of the build process to enable the creation of a ` local ` folder with all the requisite folders.
30
30
31
- The build requires Python as well as Docker to be installed.
31
+ The build requires Python as well as Docker to be installed. To access
32
+ the data on Synapse (MPNST, BeatAML proteomics), you will need to
33
+ [ register for a synapse account] ( http://synapse.org/register ) and then
34
+ request access to the [ CoderData Build
35
+ Team] ( https://www.synapse.org/#!Team:3503472 ) . Then you will need to
36
+ create a [ personal authentication
37
+ token] ( https://www.synapse.org/#!PersonalAccessTokens: ) with Download
38
+ access and then set the ` SYNAPSE_AUTH_TOKEN ` environment variable to
39
+ that token.
32
40
33
41
To build the docker images and run them, simply run (though this will take a while!):
34
42
```
You can’t perform that action at this time.
0 commit comments