Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BDIO.jl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alberto Ramos
BDIO.jl
Commits
85e1f856
Commit
85e1f856
authored
4 years ago
by
Alberto Ramos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor modification in docs and README
parent
85e62812
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
5 deletions
+21
-5
README.md
README.md
+18
-1
docs/src/index.md
docs/src/index.md
+1
-2
src/BDIOvalues.jl
src/BDIOvalues.jl
+2
-2
No files found.
README.md
View file @
85e1f856
...
...
@@ -4,14 +4,31 @@
BDIO.jl is a package to write/read
[
BDIO
](
http://bdio.org
)
(
**B**inary
**D**
ata
**I**
nput/
**O**
utput) files.
The full documentation of the package is available via the usual
(Julia
`REPL`
help
mode)[https://docs.julialang.org/en/v1/stdlib/REPL/#Help-mode-1] and
online in (HTML format)[https://ific.uv.es/~alramos/docs/BDIO/].
## Install
The
easiest way is to
use the package manager
The
package in not in the general registry. Still one can
use the package manager
```
julia
julia
>
import
Pkg
(
v1
.
1
)
pkg
>
add
https
://
gitlab
.
ift
.
uam
-
csic
.
es
/
alberto
/
bdio
.
jl
```
## Configuration
The package does not require much configuration, but it is recommended
that the variables
`user`
and
`host`
contain reasonable values. Since
`BDIO`
is a light package, probably the easiest is to add to your
`~/.julia/config/startup.jl`
something like
```
using BDIO
BDIO_set_user("username")
BDIO_set_host("laptop")
```
## Example
The test1.jl file in the
`tests`
directory gives a simple example on
...
...
This diff is collapsed.
Click to expand it.
docs/src/index.md
View file @
85e1f856
...
...
@@ -37,8 +37,7 @@ records). We can see the contents using the [`lsbdio`
tool](http://bdio.org/).
```
┌─(Wed Jul 1 09:32:00 2020)──[localhost]──[/u/h/a/c/j/B/docs/src]
└─> $ lsbdio foo.bdio
$ lsbdio foo.bdio
ID record type size uinf starts with long
0 header v 1 alberto@laptop Wed Jul 1 09:31:24 2020
1 record i64 le 8000 byte 1 1 2 3 4 5 6 7 8 9 10 11 12 13 x
...
...
This diff is collapsed.
Click to expand it.
src/BDIOvalues.jl
View file @
85e1f856
...
...
@@ -31,6 +31,6 @@ const BDIO_BIN_F64 = 243
const
BDIO_HASH_MAGIC_S
=
1515784845
user
=
"
"
host
=
"
"
user
=
"
bowman
"
host
=
"
hal9000
"
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment