Skip to content

Commit 146b9b5

Browse files
committed
added instructions for synapse download
1 parent ed8c71e commit 146b9b5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,15 @@ please see the [schema description](schema/README.md).
2828

2929
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.
3030

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.
3240

3341
To build the docker images and run them, simply run (though this will take a while!):
3442
```

0 commit comments

Comments
 (0)