Skip to content

Commit

Permalink
EFO: remove compression threshold in EfoProcessor (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfoltyn authored Nov 14, 2023
1 parent fb93d9e commit 92e6ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nxontology_data/efo/efo.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def write_outputs(self) -> None:
precision_df,
output_dir.joinpath(f"{self.name}_precision_classifications.json.gz"),
)
write_ontology(nxo_slim, output_dir, compression_threshold_mb=30.0)
write_ontology(nxo_slim, output_dir)

@staticmethod
def create_slim_nxo(nxo: NXOntology[str]) -> NXOntology[str]:
Expand Down

0 comments on commit 92e6ade

Please sign in to comment.