katerinakazantseva / strainy

Graph-based assembly phasing
Other
65 stars 5 forks source link

Clean up code + terminal output #41

Closed mikolmogorov closed 1 year ago

mikolmogorov commented 1 year ago

Remove commented out code, or code that is never used - unless these is a god reason to keep it.

Comment out the terminal/log output that is no longer necessary, but do keep the useful debug output (in case something goes wrong with other user's runs).

microbemarsh commented 1 year ago

Since this is undoubtedly going to get some popularity, the conda install in the read.me should be make -C submodules/Flye instead of make -C submodules/flye with the current naming conventions of the package.

mikolmogorov commented 1 year ago

@microbemarsh oups, thanks for pointing that out - fixed!

katerinakazantseva commented 1 year ago

@fenderglass done, I also changed console logging level to INFO (file logging still have DEBUG level), to avoid excessive information