Skip to content

Commit

Permalink
Merge pull request #82 from EBISPOT/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jdhayhurst authored May 20, 2021
2 parents 2bc1b7d + b10f428 commit 85ab064
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ python:
branches:
only:
- master
- Add_testing
- dev
addons:
sonarcloud:
organization: "gwas-ebi"
before_install:
- mkdir logs
install:
Expand All @@ -14,3 +17,4 @@ script:
- coverage run -m pytest
- coverage xml
- python-codacy-coverage -r coverage.xml
- sonar-scanner -Dsonar.organization=gwas-ebi -Dsonar.projectKey=gwas-template-services -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=0566d66d0cfe16cd2cb8ba02db7fcd0b6d1e7ee6 -Dsonar.python.coverage.reportPaths=coverage.xml -Dsonar.exclusions=tests/*,build/**
2 changes: 1 addition & 1 deletion config/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Configuration():
'curatorPrefilled' : {
'addColumn' : {
'notes': ['study_tag', 'note', 'note_subject', 'status'],
'study': ['study_accession', 'efo_trait', 'background_efo_trait'],
'study': ['study_accession', 'efo_trait', 'background_efo_trait', 'raw_sumstats_file'],
'sample': ['ancestry'],
'association': ['study_tag', 'variant_id', 'pvalue', 'pvalue_text', 'proxy_variant', 'effect_allele',
'other_allele', 'effect_allele_frequency', 'odds_ratio', 'ci_lower', 'ci_upper', 'beta',
Expand Down
2 changes: 1 addition & 1 deletion k8chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

replicaCount: 3
replicaCount: 1

image:
repository: ebispot/gwas-deposition-template
Expand Down

0 comments on commit 85ab064

Please sign in to comment.