Murali-group / PathLinker

Connect the dots in networks.
GNU General Public License v3.0
16 stars 9 forks source link

Output file names #4

Closed agitter closed 6 years ago

agitter commented 6 years ago

I noticed that PathLinker uses a mixture of _ and - as delimiters in file names and that the default file name when running with PageRank preprocessing contains _- together. A small change, such as making the default output parameter out instead of out_ and adding the delimiter separately, might make the file names slightly more readable.

This is a very low priority suggestion because it doesn't impact the results. Everything else has been well-documented and easy to use.

tmmurali commented 6 years ago

@agitter Thanks for the suggestion. Making the file names consistent is important. We will get this fixed soon.

jlaw9 commented 6 years ago

I agree. I replaced _ file delimiters with - and changed the default output parameter to out as you suggested @agitter 5a812db2b777759baf8b236daa9eec13e65ea9cf

Thanks!

agitter commented 6 years ago

Thanks @jlaw9