PMBio/GNetLMM

merge v-structures

Opened this issue · 2 comments

Hi Barbara,

is there also an option to merge v-structures when computing them in parallel? Can you just concatenate the files? Is it a great speed-up to do this in parallel?

Best,
Matthias

PS: same question also for updating the associations

H Matthias,

you can use the post-process module for doing so:

gNetLMM_postprocess --concatenate --infiles infiles --outfile outfile

  • infiles is a unique prefix describing the results files infiles.startTrait_*.csv from the previous step.
  • outfile.csv is the filename of the merged results.

Let me know if you have any problems running it. An example usage is also shown in the demo.

Best,
Barbara