-
Notifications
You must be signed in to change notification settings - Fork 3
Paramter passing to BIGBIO_QUANTMS:QUANTMS:DIA:INDIVIDUAL_ANALYSIS #21
Copy link
Copy link
Open
Description
I put the issue here, although I still run with quantms...
I wonder if the parameters to BIGBIO_QUANTMS:QUANTMS:DIA:INDIVIDUAL_ANALYSIS can be passed on using a meta map, avoiding to parse the the parameters from the log file.
diann --lib empirical_library.parquet \
--f 13_1_2_S2-A7_1_540.d \
--fasta Kluyveromyces_lactis_UP000000598_2025_11_23.fasta \
--threads 12 \
--verbose 3 \
--temp ./ \
--mass-acc $(cat assemble_empirical_library.log | grep "Averaged recommended settings" | cut -d ' ' -f 11 | tr -cd "[0-9]") \
--mass-acc-ms1 $(cat assemble_empirical_library.log | grep "Averaged recommended settings" | cut -d ' ' -f 15 | tr -cd "[0-9]") \
--window $(cat assemble_empirical_library.log | grep "Averaged recommended settings" | cut -d ' ' -f 19 | tr -cd "[0-9]") \
--no-ifs-removal \
--no-main-report \
--relaxed-prot-inf \
--pg-level 2 \
${mod_flags} \
Looks to me as if these parameters can be specified to match the recommendations:
https://github.com/vdemichev/DiaNN?tab=readme-ov-file#changing-default-settings
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels