Skip to content

Commit

Permalink
more tests, some fixes
Browse files Browse the repository at this point in the history
- add "order_by" keyword to choose_correct_isoform
- support single glycans as input to choose_correct_isoform
- support triple-branch reordering in choose_correct_isoform and find_isomorphs
- renamed "hex" to "draw_hex"
- added the “drawing” argument to `draw_hex`, `hex_circumference`, `add_bond`, `add_sugar`, and `draw_bracket`
- made sure in `network_alignment` that only nodes that are virtual in all aligned networks stay virtual
- `choose_leaves_to_extend` will now correctly return no leaf node glycan if the target composition cannot be reached from any of the leaf nodes in a network
  • Loading branch information
Bribak committed Nov 22, 2024
1 parent d5f5d4e commit 918d18f
Show file tree
Hide file tree
Showing 6 changed files with 1,233 additions and 317 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Thumbs.db

# pytest
.pytest_cache
*.pdb

# tools/trust-doc-nbs
docs_src/.last_checked
Expand Down
1 change: 0 additions & 1 deletion glycowork/ml/model_training.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import copy
import time
import math
from typing import Any, Callable, Dict, List, Optional, Tuple, Union
import numpy as np
import pandas as pd
Expand Down
Loading

0 comments on commit 918d18f

Please sign in to comment.