SystemsGenetics / KINC

Knowledge Independent Network Construction
MIT License
11 stars 4 forks source link

Additional Space prior to every positive correlation value #181

Open JohnHadish opened 3 years ago

JohnHadish commented 3 years ago

Not sure if this is intended behavior or not. KINC extract adds an additional space prior to each positive correlation value: image (3)

Image is taken from vim, all tabs are green all spaces are red This has not caused any problems for me yet to my knowledge

bentsherman commented 3 years ago

It looks like that is just how the qt stream writer works:

https://github.com/SystemsGenetics/KINC/blob/master/src/core/extract_networkwriter.cpp#L342