Commit Graph

226 Commits

Author SHA1 Message Date
efischer 69b0cc535c Error checking 2022-02-23 08:55:07 -06:00
efischer e58f7b0a55 checking for possible divide by zero error. 2022-02-23 08:54:14 -06:00
efischer dd2164c250 implement sample plates with random well populations 2022-02-23 08:14:17 -06:00
efischer 7323093bdc change "getRandomNumber" to "getRandomInt" for consistency. 2022-02-23 08:13:52 -06:00
efischer f904cf6672 add more data caching code 2022-02-23 08:13:06 -06:00
efischer 3ccee9891b change "concentrations" to "populations" for consistency 2022-02-23 08:12:48 -06:00
efischer 40c2be1cfb create populations string correctly 2022-02-23 08:11:01 -06:00
efischer 4b597c4e5e remove old testing code 2022-02-23 08:10:35 -06:00
efischer 8e9a250890 Cache graph data on creation 2022-02-22 22:23:55 -06:00
efischer 1630f9ccba Moved I/O alert to file reader 2022-02-22 22:11:50 -06:00
efischer d785aa0da2 Moved I/O alert to file reader 2022-02-22 22:10:31 -06:00
efischer a7afeb6119 bugfixes 2022-02-22 22:10:09 -06:00
efischer f8167b0774 Add .jar manifest to repo 2022-02-22 21:45:46 -06:00
efischer 68ee9e4bb6 Implemented storing graphs in memory for multiple pairing experiments 2022-02-22 21:30:00 -06:00
efischer 875f457a2d reimplement CLI (in progress) 2022-02-22 19:42:23 -06:00
efischer 906c06062f Added metadata to MatchingResult to enable CLI options 2022-02-22 18:36:30 -06:00
efischer 90ae2ff474 Re-implemeting CLI options (in progress) 2022-02-22 17:37:00 -06:00
efischer aec7e3016f Typos in documentation 2022-02-21 11:19:54 -06:00
efischer cb1f7adece Change "peptide" references in code to "sequence", adding comments 2022-02-21 00:29:34 -06:00
efischer e5ddc73723 Finish reverting back to wells-as-rows 2022-02-20 20:54:44 -06:00
efischer 9b18fac74f Invoke garbage collection 2022-02-20 20:47:12 -06:00
efischer 63ef6aa7a0 Revert attempt to switch plate output format. It worked, but introduced a bug in graph filtering I don't want to chase down 2022-02-20 20:45:35 -06:00
efischer 7558455f39 Correct errors in output and documentation 2022-02-20 20:13:38 -06:00
efischer 410f0ae547 Remove testing code, add garbage collection calls 2022-02-20 20:06:45 -06:00
efischer 1bc6a11545 Change plate reader/writer to use columns as wells 2022-02-20 19:58:24 -06:00
efischer 2b13e10e95 Change plate reader/writer to use columns as wells 2022-02-20 19:48:09 -06:00
efischer 4fd5baeb98 Change plate reader/writer to use columns as wells 2022-02-20 19:41:06 -06:00
efischer b2a4e9a42b Change plate reader/writer to use columns as wells 2022-02-20 19:17:56 -06:00
efischer d1bb49b482 Change plate reader/writer to use columns as wells 2022-02-20 19:12:11 -06:00
efischer 9adb7dffb8 Change plate reader/writer to use columns as wells 2022-02-20 19:08:04 -06:00
efischer 2023bb9d7e Cleanup file output, add UI verbosity 2022-02-20 18:31:31 -06:00
efischer f2b5d9e1b7 Rename and update readme 2022-02-20 11:58:12 -06:00
efischer 74c8cafd81 scan for filename 2022-02-20 03:08:31 -06:00
efischer d1c37b5ccd Relocate overlap threshold filters 2022-02-20 03:05:56 -06:00
efischer cb2c5a6024 Add plate well concentrations to output data 2022-02-20 02:29:42 -06:00
efischer 284a5b3a40 Add plate well concentrations to output data 2022-02-20 02:23:31 -06:00
efischer 52afb1edc2 Add plate well concentrations to output data 2022-02-20 02:17:36 -06:00
efischer 9c52bc878a Add plate well concentrations to output data 2022-02-20 02:13:13 -06:00
efischer 248fe4d662 Add plate well concentrations to output data 2022-02-20 02:09:22 -06:00
efischer 5d0e60708c Add plate well concentrations to output data 2022-02-20 01:53:34 -06:00
efischer c96b7237e9 Add plate well concentrations to output data 2022-02-20 01:40:01 -06:00
efischer 0b28259800 Add plate well concentrations to output data 2022-02-20 01:13:22 -06:00
efischer 837ef7bfe4 UI cleanup, some code cleanup 2022-02-20 01:05:28 -06:00
efischer 0bebbc7602 Add missing filtering code 2022-02-19 22:56:38 -06:00
efischer 84f7ddb696 Fix interactive output 2022-02-19 22:49:50 -06:00
efischer c4633da9eb Correct propogation of peptide counts 2022-02-19 22:33:38 -06:00
efischer 5b2ed165d0 Clean up interactive text, bugfix 2022-02-19 22:21:09 -06:00
efischer 0026d8cdfe Use buffered input/output streams 2022-02-19 22:04:41 -06:00
efischer 13fb7168bf Refactor to read/write files of graph and map data 2022-02-19 21:46:01 -06:00
efischer 568a6be3c7 Refactoring to allow graphs from file 2022-02-19 17:23:55 -06:00