Skip to content
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

Why generate an in silico-predicted library in the first place? #1238

Open
FDelalande opened this issue Oct 31, 2024 · 1 comment
Open

Why generate an in silico-predicted library in the first place? #1238

FDelalande opened this issue Oct 31, 2024 · 1 comment

Comments

@FDelalande
Copy link

Hello,

In the version 1.9.2, i have this error message :

"WARNING: it is strongly recommended to first generate an in silico-predicted library in a separate pipeline step and then use it to process the raw data, now without activating FASTA digest"

Why do this in 2 steps when with older versions there was only one step: DIA-NN did the spectral library before processing the analyses?

Merci

François

@vdemichev
Copy link
Owner

vdemichev commented Oct 31, 2024

Hi Francois,

Several reasons:

  1. Library can be reused - saves time.
  2. Library as a result of prediction will depend on the CPU instruction set - so generating just once aids reproducibility.
  3. A bit less RAM usage.
  4. And this is the main reason really: we do not want to support two modes for the same task, i.e. 'on-the-fly generation and raw data analysis' is not being validated properly.

Best,
Vadim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants