Skip to content

Commit

Permalink
Update defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbrislawn committed Nov 2, 2023
1 parent af258d5 commit b371d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rescript/get_unite.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def _unite_get_tgz(


def _unite_get_artifacts(
tgz_file: str = None, cluster_id: str = None
tgz_file: str = None, cluster_id: str = "99"
) -> (DataFrame, DNAIterator):
"""
Find and import files with matching cluster_id from .tgz
Expand Down Expand Up @@ -139,7 +139,7 @@ def _unite_get_artifacts(

def get_unite_data(
version: str = "9.0",
taxon_group: str = "fungi",
taxon_group: str = "eukaryotes",
cluster_id: str = "99",
singletons: bool = False,
) -> (DataFrame, DNAIterator):
Expand Down

0 comments on commit b371d96

Please sign in to comment.