-
Notifications
You must be signed in to change notification settings - Fork 227
Closed
Labels
Description
I have the below CSV. If run
mlr --csv --implicit-csv-header top -f 5 -a -o "test" -F -n 2 -g 1 input.tsv
I do not have any output related to -o
flag. I probably didn't understand what it is for.
Thank you
1,861265,C,A,0.071
1,861265,C,A,0.148
1,861265,C,G,0.001
1,861265,C,G,0.108
1,861265,C,T,0
1,861265,C,T,0.216
2,193456,G,A,0.006
2,193456,G,A,0.094
2,193456,G,C,0.011
2,193456,G,C,0.152
2,193456,G,T,0.003
2,193456,G,T,0.056
johnkerl