CIRDLES / Squid

Squid3 is being developed by the Cyber Infrastructure Research and Development Lab for the Earth Sciences (CIRDLES.org) at the College of Charleston, Charleston, SC and Geoscience Australia as a re-implementation in Java of Ken Ludwig's Squid 2.5. - please contribute your expertise!
http://cirdles.org/projects/squid/
Apache License 2.0
12 stars 24 forks source link

Squid3 Report for Unknowns has flawed sorting #359

Closed bowring closed 4 years ago

bowring commented 5 years ago

@ryanbarrett1515 - The current sorting sorts the sample names independently of the fractions, so that they all appear grouped together. The required behavior (per ET_Redux) is that the fraction data within each sample is sorted and that the sample name remains at the top of its list of fractions (spots). The order of the samples remains unchanged, although this can be re-visited if needed.

bowring commented 4 years ago

fixed