Skip to content

Commit

Permalink
drop VALUE_MISSING_DATA because variable is not used anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Sep 18, 2023
1 parent 61174f8 commit d7a72f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions join-metadata-and-clades.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import sys
import pandas as pd

VALUE_MISSING_DATA = '?'

def parse_args():
parser = argparse.ArgumentParser(
description="Joins metadata file with Nextclade clade output",
Expand Down

0 comments on commit d7a72f0

Please sign in to comment.