Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/python/bin/multigrmpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def load_graph_description(args):
for record in [record for record_block in records for record in record_block]:
vcf_with_event_ids_file.write(record)

pysam.tabix_index(vcf_with_event_ids_path, preset="vcf", force=True)
logging.info("Saving: %s.", converted_json_path)
with gzip.open(converted_json_path, "wt") as converted_json_file:
json.dump(event_list, converted_json_file, sort_keys=True, indent=4, separators=(',', ': '))
Expand Down