Coder Social home page Coder Social logo

biojulia / readdatastores.jl Goto Github PK

View Code? Open in Web Editor NEW
11.0 7.0 4.0 633 KB

Datastores for reads, not your papa's FASTQ files.

License: MIT License

Julia 100.00%
biojulia sequencing files storage format bioinformatics bioinformatics-data biology genomics genomics-data

readdatastores.jl's People

Contributors

banhbio avatar m-persic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

readdatastores.jl's Issues

Use explicit imports, not `using FASTX`

Writing using FASTX (or any other package) is bad for two reasons:

  • If FASTX in a new version exports a new name, it may conflict with an existing names in ReadDatastores, causing an error. This means that even adding new features to FASTX can break this package
  • It makes it harder to find the definition the used functions

All of these should be replaced with using FASTX: Foo, Bar, baz, or, if FASTX internals is used, using FASTX: FASTX, Foo, Bar, baz, such that e.g. FASTX.qux can be accessed.

Release latest version?

Hi there!

Are there any plans on making a release of the latest version of this package? (with BioSequences v3 and FASTX v2)
I've been adding the package to my projects using the GitHub URL, but for registered packages it'd be nice to have an up-to-date release of ReadDatastores.

If no: are there any other ways of randomly accessing FASTQ records that I could use instead? (or some equivalent to FASTX's FASTA index)

Thanks :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.