Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1005 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 1005 Bytes

GBIO

Stable Dev Build Status

Input and output library for GenomicBreeding.jl

Dev stuff:

REPL prelude

julia --threads 2,1 --load test/interactive_prelude.jl

Format and test

time julia test/cli_tester.jl

Docstring conventions

  • Structs and main functions with title description, etc including Examples with doctests
  • Methods, i.e. functions with the same names but different input types follow the usual Julia docstring pattern, i.e. the function signature, then some description, then details including parameter description, and finally examples with doctests