Skip to content

Commit

Permalink
Merge pull request #39 from CDCgov/rchau88-patch-1
Browse files Browse the repository at this point in the history
Update process.py
  • Loading branch information
rchau88 authored Mar 6, 2024
2 parents 081ee66 + d26b581 commit b5a3a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def read_gisaid_log(log_file, submission_status_file):
# Save submission status df
submission_status.to_csv(submission_status_file, header = True, index = False)
not_submitted = submission_status[~submission_status["gisaid_accession_epi_isl_id"].str.contains("EPI", na=False)].copy()
return not_submitted[["gs-sample_name", "gs-sequence_name"]]
return not_submitted[["gs-sample_name"]]

# Check user credentials information
def check_credentials(config_dict, database):
Expand Down

0 comments on commit b5a3a41

Please sign in to comment.