-
Notifications
You must be signed in to change notification settings - Fork 34
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
sort-triples: Add option to sort triples as numbers not as strings #380
Comments
Have you tried:
|
just tried it, unfortunately it does not work, same problem. Sorts as literal not as integer.
|
Should be implemented, see #43. But seems not to work. Test is missing, also. |
But the decreasing form of sorting is working, only the parameter by what is not. It is sorted decreasingly by alphanumerical values but not as integer values. Decreasing as alphanumeric: Is:
Decreasing as integers: Should:
|
Should be addressed by #409 ( |
Unfortunately it does not. Also I have not seen an option tried it with: Error-Response:
when using: |
|
Um, sorry, I'm not that well versed in Flux ;)
What does your input look like? Are you sure you're sorting on the right field? |
The counts from |
+1 I didn't think about the reordering by the template-command. The error was due to the impossible task of counting letters instead of numbers. Also |
Great, thanks. |
Will be used to update the flux-commands.md. See #380.
Ignore old value's path in `copy_field` Fix function.
If you
count-triples
and thensort-triples(by="OBJECT")
values are as sorted as strings. OBJECT after counting is the counted number as string.e.g.: following list (with
template("${o}\t${s}")
)It would be great if triples could also be sorted as numbers not just as string.
The text was updated successfully, but these errors were encountered: