Skip to content

Commit

Permalink
remove validate as a stand alone command
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Apr 30, 2024
1 parent aae30dd commit 9ebbade
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ get_goa_files:
merge_gafs:
poetry run merge_files

validate_merged_gafs:
poetry run validate --target_taxon "NCBITaxon:10090"

get_gpad:
poetry run merge_files
poetry run get_gpad_file
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ get_goa_files = "src.gopreprocess.cli:get_goa_files"
convert_p2g_annotations = "src.gopreprocess.cli:convert_p2g_annotations"
get_gpad_files = "src.gopreprocess.cli:get_gpad_file"
convert_gpad = "src.gopreprocess.cli:convert_noctua_gpad_1_2_to_2_0_annotations"
validate = "src.gopreprocess.cli:validate"

[tool.poetry.extras]
tests = ["pytest"]
Expand Down

0 comments on commit 9ebbade

Please sign in to comment.