Skip to content

Commit

Permalink
Hot fix (#367)
Browse files Browse the repository at this point in the history
* Must set the correct database to synid mapping

* Remove
  • Loading branch information
thomasyu888 authored Nov 26, 2020
1 parent 56f64fa commit 5feafb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/input_to_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ def main(process,
syn, "vcf2maf", table_name, project_id, 'syn7208886'
)
syn.setPermissions(new_tables['newdb_ent'].id, 3326313, [])
databaseToSynIdMappingDf = new_tables['newdb_mappingdf']

format_registry = config.collect_format_types(args.format_registry_packages)

for process_center in centers:
input_to_database.center_input_to_database(
syn, project_id, process_center, process,
Expand Down

0 comments on commit 5feafb9

Please sign in to comment.