Skip to content

Commit

Permalink
Rename seqname to the more abstract groupname.
Browse files Browse the repository at this point in the history
This is a breaking change!

BioJulia/XAM.jl#42
  • Loading branch information
CiaranOMara authored Feb 20, 2022
1 parent a75abaf commit 0f962da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/methods.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ end
# Base functions used in (and exported from) BioJulia packages.
@declare (
distance,
seqname,
hasseqname,
groupname,
hasgroupname,
sequence,
hassequence,
metadata,
Expand All @@ -33,4 +33,4 @@ end
metainfotag,
header,
isfilled
)
)

0 comments on commit 0f962da

Please sign in to comment.