Giter Club home page Giter Club logo

biocore.jl's Introduction

BioCore.jl

Description

BioCore.jl provides core definitions that are common to all or many packages in the BioJulia ecosystem.

It also includes a definition of a common IO interface for IO of Bioinformatics formats in BioJulia packages, and includes some helper functions for generating file parsers from state machine automata with Automa.jl

Installation

BioCore is a dependency for other BioJulia packages, but you can install it yourself with:

using Pkg
add("BioCore")
#Pkg.add("BioCore") for julia prior to v0.7

If you are interested in the cutting edge of the development, please check out the master branch to try new features before release.

Testing

BioCore.jl is tested against Julia 0.7 and 1.0.x on Linux, OS X, and Windows.

PackageEvaluator Latest Build Status
Build status

Contributing

We appreciate contributions from users including reporting bugs, fixing issues, improving performance and adding new features.

Take a look at the CONTRIBUTING file provided with every BioJulia package package for detailed contributor and maintainer guidelines.

Financial contributions

We also welcome financial contributions in full transparency on our open collective. Anyone can file an expense. If the expense makes sense for the development of the community, it will be "merged" in the ledger of our open collective by the core contributors and the person who filed the expense will be reimbursed.

Backers & Sponsors

Thank you to all our backers and sponsors!

Love our work and community? Become a backer.

backers

Does your company use BioJulia? Help keep BioJulia feature rich and healthy by sponsoring the project Your logo will show up here with a link to your website.

Questions?

If you have a question about contributing or using BioJulia software, come on over and chat to us on Discord, or you can try the Bio category of the Julia discourse site.

biocore.jl's People

Contributors

bicycle1885 avatar dcjones avatar kescobo avatar mortenpi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

biocore.jl's Issues

Bump the compatibility to newer Automa

BioCore seems to be still using old Automa which is problematic.

Expected Behavior

Installable BioCore that does not attempt to downgrade Automa

Current Behavior

Attempts to downgrade Automa to pre 1.x.x version.

Possible Solution / Implementation

Bump the compatibility in Project.toml file?

Feature request: More helpful IO error messages

Expected Behavior

It would be nice to get some more information back from readers when they fail to parse. If I know why the reader is failing, I might be able to correct the problem.

Current Behavior

Here are some current error messages:

ERROR: GFF3.Reader file format error on line 1 ~>"191\tgene"
ERROR: BED.Reader file format error on line 1 ~>".\t-\tFLAI"

Possible Solution / Implementation

I think these messages could be a bit more helpful, using the information available to the parser. Some useful things to know would be:

  • What field caused the error?
  • What values would be expected?
  • What spec is being followed for this file format? This could maybe just be handled in the docs, but it would be nice to have a link to the spec somewhere.

Context

I was trying to read a gtf file, then a bed file when I got the errors above. The bed file had been converted from the gtf using convert2bed. Both of these files work fine with bedtools, igv, and bedops. So what's going on? If the error message described what value didn't match what expression, I'd could try and fix the file and move on. Instead it becomes a search though source code.

Your Environment

  [8e4a8c10] BED v0.1.0
  [37cfa864] BioCore v2.0.5
  [af1dc308] GFF3 v0.1.0
  [4f8a0a0a] GenomicAnnotations v0.1.4
  [899a7d2d] GenomicFeatures v2.0.0

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.