Skip to content

Commit

Permalink
Export Datastorebuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben J. Ward committed Mar 4, 2020
1 parent 1ec0455 commit e902d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ReadDatastores"
uuid = "70a005b8-9d8a-11e9-0d98-c909fa2e52d2"
authors = ["Ben J. Ward <[email protected]>"]
version = "0.2.0"
version = "0.2.1"

[deps]
BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
Expand Down
3 changes: 1 addition & 2 deletions src/ReadDatastores.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ export
LongReads,
LinkedReads,
UCDavis10x,
SequenceBuffer,

DatastoreBuffer,
name,
max_read_length,
orientation,
Expand Down

2 comments on commit e902d27

@TransGirlCodes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BioJuliaBot register

@BioJuliaBot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: BioJulia/BioJuliaRegistry/56

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.1 -m "<description of version>" e902d27be69c72f6b20e2583d173185b8cad5738
git push origin v0.2.1

Please sign in to comment.