-
Notifications
You must be signed in to change notification settings - Fork 5
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
fq lint output #39
Comments
Are you able to provide a more concrete example of what you're trying to achieve? |
Thank you for a really fast response. I have two main goals:
Instead of playing with existing output lines the best would be to have a final line:
For the failed one (if possible):
In both cases columns separated by TABs (easiest to read), no special chars to beautify that RESULT line of the output. Many thanks for your help |
Hi,
I have used
fq lint
on a bunch of files piping the output to a one text file.Two issues:
fq lint
output is fine to read but bit tricky to parse. Contains some formatting chars but no file/path in each row. Getting 'file.foo 12345678or rather
file_path number_of_reads` is not obtainable by simple grepping.Hope it helps
Darek
The text was updated successfully, but these errors were encountered: