Skip to content

Commit

Permalink
checking local validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen2x committed May 24, 2017
1 parent b6ed13a commit 4e14fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Expand Up @@ -5,10 +5,7 @@ analysis:
#analysisDate: "2017-02-09"
analysisTypeId: 80 # Sequence variation (VCF)
genomeId: 453 # GRCh38
chromosomeReferences:
- 24
- 25
- 26
chromosomeReferences: [g]
experimentTypeId: [700] # whole genome sequencing
platform: Illumina HiSeq 2000
sample:
Expand Down
1 change: 1 addition & 0 deletions tests/submission/test_submitter.py
Expand Up @@ -23,6 +23,7 @@ def test_submitter(ctx, mock_server):

ctx.obj['SUBMISSION']['sessionToken'] = 'X-Token'
ctx.obj['SETTINGS']['icgc_project_code'] = "abjdh"
#ctx.obj['SETTINGS']['ega_study_id'] = "abjdh"
ctx.obj['SUBMISSION']['id'] = "55"

#fix the put fixture
Expand Down

0 comments on commit 4e14fff

Please sign in to comment.