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

dissociation method and Luciphor #206

Closed
ypriverol opened this issue Jul 7, 2022 · 0 comments · Fixed by #207
Closed

dissociation method and Luciphor #206

ypriverol opened this issue Jul 7, 2022 · 0 comments · Fixed by #207
Assignees
Labels
bug Something isn't working high-priority

Comments

@ypriverol
Copy link
Member

Description of the bug

When using dissociation method, annotation of the CV term with the full term (e.g. COLLISION-INDUCED DISSOCIATION). Luciphor do not understand that parameter because it only understands CID or HCD. We must need to translate some of those terms into CID and HCD, or if the fragmentation method is selected, then use that parameter.

LuciphorAdapter \
      -id kidney_26_3_consensus_fdr_filter_pep.idXML \
      -in kidney_26_3.mzML \
      -executable $(find /usr/local/share/luciphor2-*/luciphor2.jar -maxdepth 0) \
      -out kidney_26_3_consensus_fdr_filter_pep_luciphor.idXML \
      -threads 6 \
      -num_threads 6 \
      -target_modifications 'Phospho (S)' 'Phospho (T)' 'Phospho (Y)' \
      -fragment_method COLLISION-INDUCED DISSOCIATION \
       \
       \
       \
      -max_charge_state 4 \
      -max_peptide_length 40 \
      -debug 0 \
      |& tee kidney_26_3_consensus_fdr_filter_pep_luciphor.log

Command used and terminal output

No response

Relevant files

No response

System information

No response

@ypriverol ypriverol added bug Something isn't working high-priority labels Jul 7, 2022
@daichengxin daichengxin linked a pull request Jul 12, 2022 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high-priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants