Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tabbassidaloii committed Nov 1, 2023
1 parent 3a46794 commit a33403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyBiodatafuse/id_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read_resource_files() -> pd.DataFrame:
def bridgedb_xref(
identifiers: pd.DataFrame,
input_species: Optional[str] = None,
input_datasource: Optional[str] = None,
input_datasource: str = None,
output_datasource: Optional[list] = None,
) -> Tuple[pd.DataFrame, dict]:
"""Map input list using BridgeDb.
Expand Down

0 comments on commit a33403e

Please sign in to comment.