Skip to content

Commit

Permalink
job: Add a boolean option for adding the NCBI genomic context links
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Blin <[email protected]>
  • Loading branch information
kblin committed Nov 15, 2023
1 parent 1d3c61e commit 21a9096
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions antismash_models/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class BaseJob(BaseMapper):
'knownclusterblast',
'last_changed',
'minimal',
'ncbi_context',
'needs_download',
'original_id',
'pfam2go',
Expand Down Expand Up @@ -94,6 +95,7 @@ class BaseJob(BaseMapper):
'inclusive',
'knownclusterblast',
'minimal',
'ncbi_context',
'needs_download',
'pfam2go',
'rre',
Expand Down

0 comments on commit 21a9096

Please sign in to comment.