Skip to content

Commit

Permalink
fixed that track was not displayed if no vcf provided (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-fuchs committed Oct 12, 2023
1 parent 4c6d20c commit 79087c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bamdash/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion bamdash/scripts/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,5 +384,5 @@ def annotate_vcfs_in_tracks(track_data):
track_data[gb_indices[0]][2] # seq
)

return track_data
return track_data

0 comments on commit 79087c9

Please sign in to comment.