Skip to content

Commit

Permalink
add ncbi_download job in the init
Browse files Browse the repository at this point in the history
  • Loading branch information
vestalisvirginis committed Jan 13, 2024
1 parent b349d71 commit a4075ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synphage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
status_assets,
)

from .jobs import blasting_job, transform, synteny_job
from .jobs import blasting_job, transform, synteny_job, ncbi_download_job

from .resources import RESOURCES_LOCAL

Expand All @@ -28,5 +28,5 @@
defs = Definitions(
assets=all_assets,
resources=resources_by_deployment_name["local"],
jobs=[blasting_job, transform, synteny_job],
jobs=[blasting_job, transform, synteny_job, ncbi_download_job],
)

0 comments on commit a4075ec

Please sign in to comment.