bin/neo4j-admin import \ --nodes "/Volumes/GoogleDrive/Shared drives/Eastbio Student Placement/00_current_import_Neo4J/Authors_Neo4J_complete.csv.gz" \ --nodes "/Volumes/GoogleDrive/Shared drives/Eastbio Student Placement/00_current_import_Neo4J/PubMed_1.csv.gz" \ --nodes "/Volumes/GoogleDrive/Shared drives/Eastbio Student Placement/00_current_import_Neo4J/PubMed_2.csv.gz" \ --nodes "/Volumes/GoogleDrive/Shared drives/Eastbio Student Placement/00_current_import_Neo4J/PubMed_3.csv.gz" \ --nodes "/Volumes/GoogleDrive/Shared drives/Eastbio Student Placement/00_current_import_Neo4J/PubMed_4.csv.gz" \ --nodes "/Volumes/GoogleDrive/Shared drives/Eastbio Student Placement/00_current_import_Neo4J/PubMed_5.csv.gz" \ --nodes "/Volumes/GoogleDrive/Shared drives/Eastbio Student Placement/00_current_import_Neo4J/Genes_Neo4J_complete_CCPU.csv.gz" \ --nodes "/Volumes/GoogleDrive/Shared drives/Eastbio Student Placement/00_current_import_Neo4J/MeSH.csv.gz" \ --nodes "/Volumes/GoogleDrive/Shared drives/Eastbio Student Placement/00_current_import_Neo4J/DiseasesMeSH_Neo4J_complete.csv.gz" \ --relationships "/Volumes/GoogleDrive/Shared drives/Eastbio Student Placement/00_current_import_Neo4J/Citations2019_Neo4J_complete_no_duplicates.csv.gz" \ --relationships "/Volumes/GoogleDrive/Shared drives/Eastbio Student Placement/00_current_import_Neo4J/CoCitations2019_higher_than_2_Neo4J_complete.csv.gz" \ --relationships "/Volumes/GoogleDrive/Shared drives/Eastbio Student Placement/00_current_import_Neo4J/MeSH2PMID.csv.gz" \ --relationships "/Volumes/GoogleDrive/Shared drives/Eastbio Student Placement/00_current_import_Neo4J/Authorship_Neo4J_complete.csv.gz" \ --relationships "/Volumes/GoogleDrive/Shared drives/Eastbio Student Placement/00_current_import_Neo4J/Gene2PMID_Neo4J_complete_CCPU.csv.gz" \ --relationships "/Volumes/GoogleDrive/Shared drives/Eastbio Student Placement/00_current_import_Neo4J/Disease2PMID_Neo4J_complete.csv.gz" \ --ignore-duplicate-nodes true \ --ignore-missing-nodes true