Skip to content

Commit

Permalink
fixup: add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Jan 18, 2024
1 parent 8cf7326 commit 0560686
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ingest/bin/fix-zika-strain-names.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#! /usr/bin/env python3
"""
Parses GenBank's 'strain' field of the NDJSON record from stdin and applies Zika-specific strain name corrections
based on historical modifications from the fauna repo.
Outputs the modified record to stdout.
"""

import argparse
import json
Expand Down

0 comments on commit 0560686

Please sign in to comment.