We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have about ~750TB of data transferred to Azure. We have Song and Score deployed to Azure.
There exists an implementation for indexing data from SONG: https://github.com/icgc-dcc/dcc-repository/blob/develop/dcc-repository-song/src/main/java/org/icgc/dcc/repository/song/SongImporter.java
There are already examples of this abstract class being extended by the Song, Song-PDC, and AWS importers.
The configuration will need to be extended to support configuring the dcc-importer to look at azure. One such place is: https://github.com/icgc-dcc/dcc-repository/blob/develop/dcc-repository-core/src/main/java/org/icgc/dcc/repository/core/RepositoryFileContextBuilder.java
The text was updated successfully, but these errors were encountered:
rosibaj
No branches or pull requests
We have about ~750TB of data transferred to Azure. We have Song and Score deployed to Azure.
There exists an implementation for indexing data from SONG: https://github.com/icgc-dcc/dcc-repository/blob/develop/dcc-repository-song/src/main/java/org/icgc/dcc/repository/song/SongImporter.java
There are already examples of this abstract class being extended by the Song, Song-PDC, and AWS importers.
The configuration will need to be extended to support configuring the dcc-importer to look at azure.
One such place is: https://github.com/icgc-dcc/dcc-repository/blob/develop/dcc-repository-core/src/main/java/org/icgc/dcc/repository/core/RepositoryFileContextBuilder.java
The text was updated successfully, but these errors were encountered: