Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update READMEs to replace ICGC with SCORe #448

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions CERTS.md

This file was deleted.

47 changes: 0 additions & 47 deletions CHANGES.md

This file was deleted.

116 changes: 0 additions & 116 deletions INSTALL.md

This file was deleted.

4 changes: 2 additions & 2 deletions score-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ An example usage of the container which will download a remote file (with associ
pull overture/score

# Publish token
export ACCESSTOKEN=<access token from https://dcc.icgc.org>
export ACCESSTOKEN=<access token>

# Make life easy for usage
alias score-client="docker run -it --rm -u $(id -u):$(id -g) -e ACCESSTOKEN -v /tmp:/data score-client
bin/score-client"

# Usage with an example object-id from https://dcc.icgc.org
# Usage with an example object-id
score-client download --object-id 5b845b9a-3dcd-59ef-9f56-9a99396e988f --output-dir /data --output-layout bundle
```

Expand Down
4 changes: 2 additions & 2 deletions score-core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ICGC DCC - Storage Core
# SCORe - Storage Core

Core library / shared classes for ICGC storage system.
Core library / shared classes for SCORe.

## Build

Expand Down
4 changes: 2 additions & 2 deletions score-fs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ICGC DCC - Storage File System
SCORe - Storage File System
===

ICGC storage file system for the ICGC storage system.
SCORe storage file system for the SCORe.

## Build

Expand Down
4 changes: 1 addition & 3 deletions score-server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# ICGC DCC - Storage Server

Storage server for ICGC storage system.
# SCORe - Storage Server

## Libraries

Expand Down
2 changes: 1 addition & 1 deletion score-test/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ICGC DCC - Storage Test
# SCORe - Storage Test

Module used for integration testing.

Expand Down