Skip to content

Commit

Permalink
Merge pull request #70 from CDCgov/dthoward96-remove-CLI
Browse files Browse the repository at this point in the history
Dthoward96 remove cli
  • Loading branch information
dthoward96 committed Sep 11, 2024
2 parents fcc0410 + ee8fcba commit 2e0bd2f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
Empty file removed gisaid_cli/fluCLI/fluCLI
Empty file.
2 changes: 1 addition & 1 deletion seqsender.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def main():
elif command == "test_data":
setup.create_test_data(organism=args.organism, database=database, submission_dir=submission_dir)
elif command == "version":
print("Version: {VERSION}", file=sys.stdout)
print(f"Version: {VERSION}", file=sys.stdout)
elif command == "update_biosample":
print("Updating BioSample requirements.", file=sys.stdout)
setup.download_biosample_xml_list()
Expand Down
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
PROG_DIR: str = os.path.dirname(os.path.abspath(__file__))

# SeqSender version
VERSION: str = "1.1.0 (Beta)"
VERSION: str = "1.2.1 (Beta)"

# Organism options with unique submission options
ORGANISM_CHOICES: List[str] = ["FLU", "COV", "POX", "ARBO", "OTHER"]
Expand Down
9 changes: 0 additions & 9 deletions submission_log.csv

This file was deleted.

0 comments on commit 2e0bd2f

Please sign in to comment.