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

Remove ICGC References - score-fs name and type #420

Closed
Tracked by #419
joneubank opened this issue Jul 9, 2024 · 1 comment
Closed
Tracked by #419

Remove ICGC References - score-fs name and type #420

joneubank opened this issue Jul 9, 2024 · 1 comment
Assignees

Comments

@joneubank
Copy link
Contributor

Summary of request

Remove ICGC references from Score-FS SotrageFile Store. There are hardcoded strings to name the FS with icgc, we can instead name this after score

Details

public static final String ICGCFS = "icgcfs";

Rename this as SCORE_FS with the value "scorefs"

Name can be "score"

Additional context

Check for any references to a StorageFileStore name or type. This is eventually used by the score-client. We need to be sure there is no specific reference to these properties that will require additional logic changes.

@joneubank
Copy link
Contributor Author

Let's also update the name string while making this change:

public String name() {
return "icgc";
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants