CIRDLES / Calamari

Reimplementation of data reduction from Ludwig's Squid 2.50 for SHRIMP mass spectrometers.
Apache License 2.0
1 stars 7 forks source link

Removed Guava as a dependency #8

Closed johnzeringue closed 8 years ago

johnzeringue commented 8 years ago

Removed Guava by replacing usages with Java standard library components.

bowring commented 8 years ago

Nice job - I tested changes by using diff on resulting folders of reports (diff -rq folder1 folder2) produced by two versions and all came out perfectly. Good to have another pair of eyeballs on this.