forked from kusterlab/picked_group_fdr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
59 lines (44 loc) · 1.71 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
v0.4.0
- Removed proteins without any PSMs below the FDR threshold from protein groups output. Setting the new `--keep_all_proteins` flag reverts to the old behavior.
- Added support for supplying multiple evidence files
- Added support for mokapot format and allow users to specify methods with custom toml files
- Add `--fasta_contains_decoys` flag and functionality
- Update llvmlite (#4)
v0.3.5
- Added rescoring input (e.g. Prosit results) to GUI
v0.3.4
- Added percolator input to GUI
v0.3.3
- Add option for multiple evidence files and selecting digestion parameters in GUI
v0.3.2
- Fix mokapot decoy filename
- Propagate argparse errors from pipeline scripts to logger
v0.3.1
- Fixed missing methods folder in GUI
v0.3.0
- Added make rules to reproduce manuscript figures
- Moved methods to toml files
- Update picking strategy to use leading proteins
- Add max_workers option for mokapot
- Add support for multiple threads in LFQ computation
- Fix non-functioning train_fdr option for mokapot
v0.2.7
- Added maxtasksperchild for better memory management in LFQ
v0.2.6
- Upgrade minimum Python version to 3.8 for new scipy version
- Reduced LFQ memory by 80% and speed up by 30%
v0.2.5
- Undo switching order of log and median operation in LFQ as this led to wrong results
v0.2.4
- Speed up LFQ by using Bottleneck package for nanmedian
v0.2.3
- Added unit and performance tests to repo
- Allow multithreading for LFQ quant
v0.2.2
- Upgrade minimum Python version to 3.7 to remove dataclasses dependency
v0.2.1
- Change requirements to inequalities for packages with 0.x version to allow better dependency resolving
v0.2.0
- Major improvements to GUI and removed unnecessary libraries to reduce file size
v0.1.0
- Initial release