From 240c5d99e9872d038c2922e6e9fdc4b7eddb2dbe Mon Sep 17 00:00:00 2001 From: Andrew de Rozario Date: Mon, 18 Jan 2021 16:19:24 +0000 Subject: [PATCH] updating Roda table and database names --- SynthRodaTemplates.sh | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/SynthRodaTemplates.sh b/SynthRodaTemplates.sh index ba27e5d..1871af3 100755 --- a/SynthRodaTemplates.sh +++ b/SynthRodaTemplates.sh @@ -1,23 +1,24 @@ -aws glue get-tables --database-name opentargets_1911_dl > RODA_templates/open_targets_1911_get_tables.json -aws glue get-database --name opentargets_1911_dl > RODA_templates/open_targets_1911_get_database.json +aws glue get-tables --database-name opentargets_1911_dl-awsroda > RODA_templates/open_targets_1911_get_tables.json +aws glue get-database --name opentargets_1911_dl-awsroda > RODA_templates/open_targets_1911_get_database.json -aws glue get-tables --database-name opentargets_20_06_dl > RODA_templates/opentargets_20_06_get_tables.json -aws glue get-database --name opentargets_20_06_dl > RODA_templates/opentargets_20_06_get_database.json +aws glue get-tables --database-name opentargets_20_06_dl-awsroda > RODA_templates/opentargets_20_06_get_tables.json +aws glue get-database --name opentargets_20_06_dl-awsroda > RODA_templates/opentargets_20_06_get_database.json -aws glue get-tables --database-name chembl_25_dl > RODA_templates/chembl_25_get_tables.json -aws glue get-database --name chembl_25_dl > RODA_templates/chembl_25_get_database.json +aws glue get-tables --database-name chembl_25_dl-awsroda > RODA_templates/chembl_25_get_tables.json +aws glue get-database --name chembl_25_dl-awsroda > RODA_templates/chembl_25_get_database.json -aws glue get-tables --database-name chembl_27_dl > RODA_templates/chembl_27_get_tables.json -aws glue get-database --name chembl_27_dl > RODA_templates/chembl_27_get_database.json +aws glue get-tables --database-name chembl_27_dl-awsroda > RODA_templates/chembl_27_get_tables.json +aws glue get-database --name chembl_27_dl-awsroda > RODA_templates/chembl_27_get_database.json -aws glue get-tables --database-name binding_db_dl > RODA_templates/binding_db_get_tables.json -aws glue get-database --name binding_db_dl > RODA_templates/binding_db_get_database.json +aws glue get-tables --database-name binding_db_dl-awsroda > RODA_templates/binding_db_get_tables.json +aws glue get-database --name binding_db_dl-awsroda > RODA_templates/binding_db_get_database.json -aws glue get-crawler --name gtex_8_dl_crawler > RODA_templates/gtex_8_get_crawler.json -aws glue get-database --name gtex_8_dl > RODA_templates/gtex_8_get_database.json +aws glue get-crawler --name gtex_8_awsroda_crawler > RODA_templates/gtex_8_get_crawler.json +aws glue get-database --name gtex_8_dl-awsroda > RODA_templates/gtex_8_get_database.json + +aws glue get-tables --database-name clinvar_summary_variants_dl-awsroda > RODA_templates/clinvar_variant_summary_get_tables.json +aws glue get-database --name clinvar_summary_variants_dl-awsroda > RODA_templates/clinvar_variant_summary_get_database.json -aws glue get-tables --database-name clinvar-summary-variants_dl > RODA_templates/clinvar_variant_summary_get_tables.json -aws glue get-database --name clinvar-summary-variants_dl > RODA_templates/clinvar_variant_summary_get_database.json npm run build