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

Make eva-pipeline use classes of variation-commons #148

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Conversation

JDalio
Copy link

@JDalio JDalio commented Mar 19, 2019

This is trying to fix issue#147

  • Erase all classes in commons/models, mappings are in map.txt

  • Add dependency on classes from commons-variations

  • Remove dependency on org.opencb.biodata.formats.variant.vcf4.io.VariantVcfReader and rebuild VcfHeaderReader

  • Build passed

  • Could run job load-genotyped-vcf to load variations and build homo_sapiens_variants collection successfully, however the files collection failed. run-log.txt

  • Correct a couple of tests. As of now test run failed with 58 errors, I am trying to fix them

@JDalio JDalio changed the title GSoC - Data pipeline for exchange of genomic variation between public repositories Make eva-pipeline use classes of variation-commons Mar 22, 2019
@@ -5,24 +5,24 @@
#Variant
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not include IP address or any other credentials/sensitive information in properties files.

@@ -1,13 +1,13 @@
# EXECUTION PROFILE
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I've removed them

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

Successfully merging this pull request may close these issues.

Integrate ETL pipeline with auto-mapped variation-commons models
2 participants