-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
48 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
2024/6/13 10:30:34 | ||
|
||
|
||
## Focus on | ||
1. Fix bugs in Mass function assembly | ||
2. Add new command: fit-mass | ||
|
||
|
||
## What's New | ||
- addon: mbapy\scripts\_script_utils_.py: add _print | ||
- addon: mbapy\scripts\peptide.py: add new command: fit-mass | ||
|
||
|
||
## Minnor Addon | ||
- minnor-addon: mbapy\sci_instrument\mass\_base.py: MassData: add ESI_IRON_MODE attr fix-bug: mbapy\sci_instrument\mass\_base.py: MassData.search_peaks: consider egde when concatenate y_list_r | ||
|
||
|
||
## BUG-FIX | ||
- fix-bug: mbapy\web_utils\task.py: TaskPool: query_task: now block when block param is true and task is not returned by the query and is not timeout | ||
- fix-bug: mbapy\scripts\mass.py: plot-mass: set CHARGE_HEADER depend on mass and X_M_HEADER | ||
- fix-bug: mbapy\sci_instrument\hplc\_utils.py: recover x, y offset is right now | ||
- fix-bug: mbapy\scripts\hplc.py: args.file_labels now add default labels when no file labels given | ||
|
||
|
||
## CODE-FIX | ||
- fix-code: mbapy\sci_instrument\mass\_utils.py & mbapy\scripts\mass.py: support is_y_log option | ||
- fix-code: mbapy\file.py: opts_file: add gzip option for pkl | ||
- fix-code: mbapy\scripts\peptide.py: re-construct the function calcu_mw_of_mutations to Command class | ||
|
||
|
||
## Remove | ||
None or a little. | ||
|
||
|
||
## Other Changes | ||
### Storage | ||
- fix-code: requirements.json: add tqdm into 'std' | ||
|
||
|
||
## Details | ||
**完整的更新日志**: https://gitee.com/bhm-bob/BA_PY/commits/v0.8.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters