-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from cyenyxe/feature/annotation-collection
Versioned VEP annotation + new collection
- Loading branch information
Showing
175 changed files
with
4,460 additions
and
3,090 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# JOB | ||
spring.batch.job.names=annotate-variants-job | ||
|
||
# SUBMISSION FIELDS | ||
input.vcf.id=1234 | ||
input.study.id=2345 | ||
|
||
input.fasta=/path/to/homo_sapiens/sequence.fa | ||
|
||
output.dir.annotation=/path/to/annotation-files/ | ||
|
||
|
||
# VEP | ||
app.vep.path=/path/to/variant_effect_predictor.pl | ||
app.vep.cache.path=/path/to/vep/cache_folder | ||
app.vep.cache.version=82 | ||
app.vep.version=82 | ||
app.vep.cache.species=homo_sapiens | ||
app.vep.num-forks=4 | ||
app.vep.timeout=600 | ||
|
||
# STEPS MANAGEMENT | ||
config.chunk.size=1000 | ||
|
||
## Skip steps | ||
annotation.overwrite=false | ||
|
||
# Database configuration | ||
spring.data.mongodb.database= | ||
# TODO The following 2 properties will be used exclusive after removing readers and writers dependency | ||
# on OpenCGA. At the moment they need to be specified in both. | ||
db.collections.files.name=files | ||
db.collections.variants.name=variants | ||
db.collections.annotation-metadata.name=annotationMetadata | ||
db.collections.annotations.name=annotations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 0 additions & 62 deletions
62
src/main/java/uk/ac/ebi/eva/commons/models/converters/data/AnnotationFieldNames.java
This file was deleted.
Oops, something went wrong.
207 changes: 0 additions & 207 deletions
207
...va/uk/ac/ebi/eva/commons/models/converters/data/DBObjectToVariantAnnotationConverter.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.