-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add documentation and docstrings, improve DIA-NN parsing, refactoring #378
Conversation
try: | ||
intermediate_data_structure = quant_score.generate_intermediate(standard_format, replicate_to_raw) | ||
except Exception as e: | ||
raise IntermediateFormatGenerationError(f"Error generating intermediate data structure: {e}") | ||
|
||
# try: | ||
#try: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uncomment
current_datapoint = Datapoint.generate_datapoint( | ||
intermediate_data_structure, input_format, user_input, default_cutoff_min_prec=default_cutoff_min_prec | ||
) | ||
# except Exception as e: | ||
#except Exception as e: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uncomment
@SamvPy @Cajac102 @Alirezak2n I added our names to the contribution, can you check if I added your stuff correctly? |
No description provided.