Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] consolidate file import info text #77

Closed
pdimens opened this issue Jul 19, 2021 · 0 comments
Closed

[feature] consolidate file import info text #77

pdimens opened this issue Jul 19, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@pdimens
Copy link
Collaborator

pdimens commented Jul 19, 2021

Is your feature request related to a problem and which?
Consolidate the printing of file information a bit. The idea is to have fewer lines and be more succinct overall.

Describe the solution/feature you'd like (with examples)

julia> @info "\n path_to_filename.gen\n formatting: delimiter = tab , loci = horizontal\n data: samples = xxx, populations = yy, loci = zzzz"
┌ Info: 
│  path_to_filename.gen
│  formatting: delimiter = tab , loci = horizontal
└  data: samples = xxx, populations = yy, loci = zzzz

** screenshot **
Proposed:
image

Current:
image

@pdimens pdimens added the enhancement New feature or request label Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant