-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release 1.9.0 #388
Merged
Merged
release 1.9.0 #388
Conversation
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
… argument. If --custom-quant-dir is set, psm and frag parquet files are not saved to the workflow directory, but to a the directory specified, which is necessary to perform distributed searches.
…lurm. outer.sh coordinates first search, mbr library building, second search and lfq, inner.sh performs the respective searches. parse_parameters.py creates necessary subdirectories & config files to process input files in chunks.
… improved job-specific logging.
…in base.py: if the custom_quant_directory is provided, the entire workflow folder is saved there instead of '.progress' in the output directory.
…e and decide whether to get library from library_path argument or existing config file.
…tolerances and inference independently
…ut any search-run specific input files
update separate_configs branch for distributed search with development
…rce instead of copying the spectral library to each chunk folder.
remove speclib copying step
merging separate_configs into rename_progress_folder to solve conflicts before reverse merge
introduce rawfilemanager
Add rt length to output ii
… and second search
# Conflicts: # alphadia/workflow/base.py # alphadia/workflow/peptidecentric.py # docs/methods.md
Addressed main points for distributed search: - overall code clarity and robustness - unifying quant directory naming, removing the name 'custom-quant-dir' - Documentation and user guide in docs - Handling of partial config files to prevent stale settings in default configs for first or second search - reading the spectral libraries from one location instead of copying them to each chunk folder This implementation was tested on 90 .raw files processed in 30 chunks.
alpharaw hdf reader
Transfer Library Bug
update and layout docs
Bump version: 1.8.2 → 1.9.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.