-
Notifications
You must be signed in to change notification settings - Fork 214
Ftr/test datasets easy copy #3720
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
Ftr/test datasets easy copy #3720
Conversation
This PR is against the
|
Codecov Report❌ Patch coverage is
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the 'fix' itself line 74 of list.py
? If so looks simple enough but I will leave it to actual python people to confirm
Yep, this commit The rest just adds some info text and warnings to notify users that they won't see urls and nextflow import paths at the same time and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good, but there currently no way to make plain_text_output
true, so I think we should remove this option
So there is no way to actually fix the bug?! 😱 |
Yes it is fixed! Sorry maybe I didn't explain well. With this PR, when generating a URL or a path, the output is printed without a table. My only comment was that the option |
Ahh phew! Ok sorry 😅 I was worried tools had become to rich and and it cannot go back 😬 |
Addresses issue 3718 regarding plain text output from test-datasets subcommand.
Also adds a warning when using
-p
and-u
at the same time and informs about this behavior in help text.PR checklist
CHANGELOG.md
is updateddocs
is updated