BedgraphFiles.jl

FileIO.jl integration for bedGraph files

MIT License

Stars
2
Committers
5

Bot releases are visible (Hide)

BedgraphFiles.jl - v2.4.0 Latest Release

Published by github-actions[bot] 6 months ago

BedgraphFiles v2.4.0

Diff since v2.3.1

BedgraphFiles.jl - v2.3.1

Published by github-actions[bot] over 3 years ago

BedgraphFiles v2.3.1

Diff since v2.1.3

Merged pull requests:

  • CompatHelper: add new compat entry for "Requires" at version "0.5" (#7) (@github-actions[bot])
  • CompatHelper: add new compat entry for "DataValues" at version "0.4" (#8) (@github-actions[bot])
BedgraphFiles.jl - v2.1.3

Published by CiaranOMara almost 5 years ago

  • Compatibility updates (#5 and #6 from davidanthoff).
  • CI update.
BedgraphFiles.jl - v2.1.2

Published by julia-tagbot[bot] over 5 years ago

v2.1.2 (2019-07-04)

Diff since v2.1.1

Merged pull requests:

BedgraphFiles.jl - v2.1.1

Published by julia-tagbot[bot] over 5 years ago

There are no new features in this release. However, this release contains some minor internal improvements as well as a much-appreciated Project.toml update from @davidanthoff.

BedgraphFiles.jl - v2.1.0

Published by CiaranOMara over 5 years ago

This release:

  • further develops integration with IterableTables.jl.
  • facilitates more direct loading into Vector{Bedgraph.Record}.
  • facilitates the use of save methods in continuation/pipes as they now return data.
BedgraphFiles.jl - v2.0.2

Published by CiaranOMara over 5 years ago

This hotfix reverts the load and save methods back to private to allow FileIO.jl to dispatch to these private methods using module-scoping.

See https://github.com/juliaio/fileio.jl#implementing-loaderssavers for more information.

BedgraphFiles.jl - v2.0.1

Published by CiaranOMara over 5 years ago

Tidy and reinstate requirements for METADATA.jl.

BedgraphFiles.jl - v2.0.0

Published by CiaranOMara almost 6 years ago

  • Drop Julia v0.6 support.
  • Support Julia v0.7 and v1.0.
BedgraphFiles.jl - v1.1.0

Published by CiaranOMara over 6 years ago

  • BedgraphFiles now uses the Bedgraph package to read and write files.
  • Saving now writes a basic header. However, saving on top of an existing file will overwrite any existing header!
  • Added precompile.
BedgraphFiles.jl - v1.0.0

Published by CiaranOMara about 7 years ago

BedgraphFiles.jl - v0.1.2

Published by CiaranOMara about 7 years ago

Correction to allow tests to run.

BedgraphFiles.jl - v0.1.1

Published by CiaranOMara about 7 years ago

  • Relaxes DataFrames requirement.
  • Formatting and notes to more clearly state intended development.
  • Temporary work around to register with FileIO.
BedgraphFiles.jl -

Published by CiaranOMara about 7 years ago

Initial implementation.

Note: this package does not currently handle bedGraph track definition lines.