Skip to content

Commit

Permalink
adapt anchorna to sugar >= 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed Jan 23, 2025
1 parent 01dfb5e commit fde910f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anchorna/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def write_anchors(anchors, fname, mode=None):
except BrokenPipeError:
pass
else:
fts.write(fname, 'gff', header=header)
fts.write(fname, 'gff', header_sugar=False, header=header)


def _read_anchors(fname, check_header=True):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = [
"bioinformatics", "RNA", "DNA", "sequence", "anchors"
]
dependencies = [
"rnajena-sugar",
"rnajena-sugar >= 0.5",
"tqdm",
]

Expand Down

0 comments on commit fde910f

Please sign in to comment.