claczny / VizBin

Repository of our application for human-augmented binning
27 stars 14 forks source link

Added parameters to the command line #28

Closed yjarosz closed 8 years ago

yjarosz commented 9 years ago

Hi,

Related to #27. Added two parameters from the CL: pca columns an perplexity

I also added a check in the Main class to check if we are in a graphic environment or not, to avoid the display error we get from the command line.

claczny commented 9 years ago

Wow, great stuff! Thank you! While you are on this, could you please also have a look at the actual initialization step when run headless, s.a. #26? Could you integrate this then into the this pull request too?

yjarosz commented 9 years ago

This should be okay I guess. The tsne binary was missing right?

yjarosz commented 8 years ago

I think we can still improve the way we use the command line by providing an option like --nox that disable the Graphic environment if it is provided.