compomics / compomics-utilities

Open source Java library for computational proteomics
http://compomics.github.io/projects/compomics-utilities.html
29 stars 17 forks source link

Update EnzymesCLIInputBean.java #27

Closed jj-umn closed 6 years ago

jj-umn commented 6 years ago

I think these should be trying each AA in the list. java -cp SearchGUI-3.2.13.jar com.compomics.cli.enzymes.EnzymesCLI -out enzymes.json -name "Elastase" -cleave_after "A,V,S,G,L,I"

hbarsnes commented 6 years ago

Yes, you are of course correct. This code was in a beta state waiting for the new releases and therefore not really tested yet. Your changes have now been merged with the master. Thanks for the fix!