Skip to content

Commit

Permalink
Update cmd_access.py #120 #121
Browse files Browse the repository at this point in the history
  • Loading branch information
GwennyGit committed Jul 15, 2024
1 parent b1c9d1e commit a84509b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/refinegems/cmd_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,16 @@ def gaps():
# Find gaps via genes
# -------------------
def get_gap_analysis_input(db_to_compare: Literal['KEGG', 'BioCyc']) -> dict:
"""Form to retrieve input files for :py:func:`~refinegems.curation.gapfill.gap_analysis`
Args:
- db_to_compare (Literal['KEGG', 'BioCyc']):
Database to compare model content to
Returns:
dict:
Input dictionary for :py:func:`~refinegems.curation.gapfill.gap_analysis`
"""

parameters2inputs = {'organismid': None, 'gff_file': None, 'biocyc_files': None}

Expand Down

0 comments on commit a84509b

Please sign in to comment.