Skip to content

Commit

Permalink
Update src/nplinker/genomics/mibig/mibig_downloader.py
Browse files Browse the repository at this point in the history
Co-authored-by: Giulia Crocioni <[email protected]>
  • Loading branch information
CunliangGeng and gcroci2 authored Nov 27, 2024
1 parent 3fab02c commit 00127da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nplinker/genomics/mibig/mibig_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def download_and_extract_mibig_metadata(
download_root: Path to the directory in which to place the downloaded archive.
extract_path: Path to an empty directory where the json files will be extracted.
The directory must be empty if it exists. If it doesn't exist, the directory will be created.
version: MIBiG version.
version: MIBiG version. Defaults to "3.1".
Examples:
>>> download_and_extract_mibig_metadata("/data/download", "/data/mibig_metadata")
Expand Down

0 comments on commit 00127da

Please sign in to comment.