mintproject / mic

Model Insertion Checker
https://mic-cli.readthedocs.io/en/latest/
5 stars 3 forks source link

Improve messages and explanations #166

Closed dgarijo closed 4 years ago

dgarijo commented 4 years ago

When I do mic encapsulate start, if MIC finds that I have python, it will ask me which version.

MIC should explain that it has detected a python script and therefore is choosing an image tailored for that environment.

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.95. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

mosoriob commented 4 years ago

That's is done.

mic encapsulate start                                                                                                                                     Py mic
Model Configuration name: y
The directory mic already exists. If you continue, you can lose a previous component
Do you want to continue? [Y/n]: y
WARNING: Git directory
MIC has initialized the component.
[Created] data:      /Users/mosorio/tmp/swat_n/mic/data
[Created] docker:    /Users/mosorio/tmp/swat_n/mic/docker
[Created] src:       /Users/mosorio/tmp/swat_n/mic/src
[Created] mic.yaml:  /Users/mosorio/tmp/swat_n/mic/mic.yaml
/Users/mosorio/tmp/swat_n/mic/mic.yaml created
You can disable the detection of dependencies using the option --no-dependencies
MIC has detect 3 possible framework/language on component: python3.7,python3.8,conda4.7.12
Please select the correct option
This information allows MIC to select the correct Docker Image

You're free to improve the messages

dgarijo commented 4 years ago

I have done a pass. I will close this issue and if Yolanda/Deborah have updates, we will incorporate them