Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baminou committed Mar 27, 2018
1 parent 3c456c8 commit 26f15b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions workflow/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ workflow:
indel_padding: indel_padding
snv_padding: snv_padding
sv_padding: sv_padding
associated_vcfs: associated_vcfs
depends_on:
- completed@generate_minibam

Expand Down
3 changes: 1 addition & 2 deletions workflow/tools/generate_song_payloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ def create_payload_json(bam, experiment, input_directory, output_file, associate
song_payload.add_info('indelPadding',indel_padding)


song_payload.add_info('full_size_bam', {key:bam[key] for key in ['aliquot_id','file_md5sum','file_name','file_size',
'object_id','oxog_score','song_analysis_id']})
song_payload.add_info('full_size_bam', {key:bam[key] for key in ['aliquot_id','file_md5sum','file_name','file_size','object_id']})
song_payload.add_info('vcf_files',associated_vcfs)

song_payload.to_json_file(output_file)
Expand Down

0 comments on commit 26f15b9

Please sign in to comment.