Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Apr 22, 2024
1 parent d938f93 commit 75d9721
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/check_existing_sample_ownership.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def main():
cfg.query('biosamples', 'domain'))
with open(args.output, 'w') as open_ouptut:
sample_attrs = ['accession', 'name', 'domain', 'webinSubmissionAccountId', 'status']
other_fields = ['accession', 'name', 'domain', 'webinSubmissionAccountId', 'status']
writer = csv.DictWriter(open_ouptut, fieldnames=sample_attrs + ['owner'])
writer.writeheader()
for sample_row in metadata_reader.samples:
Expand Down

0 comments on commit 75d9721

Please sign in to comment.