mirror of
https://github.com/MillironX/beefblup.git
synced 2024-11-14 11:33:10 +00:00
Remove debug info from cli
This commit is contained in:
parent
5c5ac1654c
commit
fa42f3635f
1 changed files with 0 additions and 6 deletions
6
beefblup
6
beefblup
|
@ -36,11 +36,6 @@ end
|
||||||
|
|
||||||
arguments = parse_args(argsettings)
|
arguments = parse_args(argsettings)
|
||||||
|
|
||||||
println("Parsed args:")
|
|
||||||
for (arg,val) in arguments
|
|
||||||
println(" $arg => $val")
|
|
||||||
end
|
|
||||||
|
|
||||||
h2 = arguments["heritability"]
|
h2 = arguments["heritability"]
|
||||||
|
|
||||||
if isnothing(arguments["resultsfile"])
|
if isnothing(arguments["resultsfile"])
|
||||||
|
@ -48,5 +43,4 @@ if isnothing(arguments["resultsfile"])
|
||||||
exit()
|
exit()
|
||||||
end
|
end
|
||||||
|
|
||||||
print(arguments["datafile"], arguments["resultsfile"], string(h2))
|
|
||||||
BeefBLUP.beefblup(arguments["datafile"], arguments["resultsfile"], h2)
|
BeefBLUP.beefblup(arguments["datafile"], arguments["resultsfile"], h2)
|
||||||
|
|
Loading…
Reference in a new issue