Skip to content
Snippets Groups Projects
Commit dae90f4c authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

return integer columns from `inbreeding inspect` (!138)

parent e841c66b
No related branches found
No related tags found
1 merge request!138return integer columns from `inbreeding inspect`
Pipeline #5362 passed
......@@ -10,9 +10,9 @@ export def main [seed: string@get-seeds]: [
seed: string,
env: string,
strategy: string,
k: string,
n: string,
nb_bytes: string,
k: int,
n: int,
nb_bytes: int,
m: int,
>
] {
......@@ -28,5 +28,8 @@ export def main [seed: string@get-seeds]: [
| reject seed
}
| flatten --all name
| into int k
| into int n
| into int nb_bytes
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment