Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright authored Mar 17, 2023
1 parent 2441799 commit 6a48300
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/gisaid_metadata_cleanser.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ def get_opts():
p.add_argument('tsv_meta_file', help='tsv metadata file input')
p.add_argument('out_file', help='Output file: required, must be a string.')
p.add_argument('table_name', help='Terra table name: required, must be a string; do not include entity: or _id.')
# p.add_argument('--puertorico', action='store_true', help='Perform Puerto Rico-specific actions')
p.add_argument('puertorico', help='Perform Puerto Rico-specific actions')
args = p.parse_args()
return args
Expand Down

0 comments on commit 6a48300

Please sign in to comment.