[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Onboard COVID-19 Genome Sequence dataset #460

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: extra spaces
  • Loading branch information
aurogoogle committed Aug 25, 2022
commit 2bd4fcd2ef098e7cb8c321788a4546593c1cc639
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ def process_chunk(
append_batch_file(
target_file_batch, target_file, skip_header, not (skip_header)
)

logging.info(f"Processing batch file {target_file_batch} completed")


Expand Down Expand Up @@ -335,7 +334,6 @@ def create_new_timestamp_column(
+ "00"
+ " UTC"
)

return df


Expand Down