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

update #18

Merged
merged 15 commits into from
Apr 8, 2019
Merged

update #18

merged 15 commits into from
Apr 8, 2019

Commits on Feb 22, 2019

  1. Parameterless constructor for SilacLabel so tomls can read it. (#455)

    * Implement SILAC in digestion by allowing modification of the residue dictionary
    
    * ZR Review
    
    * Change order in SILAC protein constructor to prevent ambiguous calls when strings are null
    
    * Fix null issue for fixed/variable, because GetModifiedPeptides no longer uses ProteinDigestion
    
    * Rob Review
    
    * Add chemical formula to silac label
    
    * add parameterless silac label for toml reading
    
    * remove useless variable to get appveyor to try again
    
    * Code coverage issue?
    
    * remove my constructor in a vain attempt to pass appveyor
    
    * Try not to cry. Cry a lot.
    
    * Update ptm unit test (Why do we even have that unit test)
    zrolfs authored Feb 22, 2019
    Configuration menu
    Copy the full SHA
    a32a977 View commit details
    Browse the repository at this point in the history
  2. Allow accession modification of proteins for SILAC in constructor (#457)

    * Implement SILAC in digestion by allowing modification of the residue dictionary
    
    * ZR Review
    
    * Change order in SILAC protein constructor to prevent ambiguous calls when strings are null
    
    * Fix null issue for fixed/variable, because GetModifiedPeptides no longer uses ProteinDigestion
    
    * Rob Review
    
    * Add chemical formula to silac label
    
    * add parameterless silac label for toml reading
    
    * remove useless variable to get appveyor to try again
    
    * Code coverage issue?
    
    * remove my constructor in a vain attempt to pass appveyor
    
    * Try not to cry. Cry a lot.
    
    * Update ptm unit test (Why do we even have that unit test)
    
    * Add protein accession constructor when giving a new sequence
    
    * Update method call for protein accession
    zrolfs authored Feb 22, 2019
    Configuration menu
    Copy the full SHA
    6c81d37 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. change window count to window width in filtering (#458)

    * trim zero intensity peaks from xcorr array
    
    * make mass bin in xcorr more  changealbe
    
    * Changed window count to window width
    
    * minus parsimony stuff
    
    * merge upstream/master
    
    * remove nothing test
    
    * nothing changed
    
    * fiddled with mod count to get appveyor to pass
    
    * change == to equals
    trishorts authored Mar 12, 2019
    Configuration menu
    Copy the full SHA
    c588082 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. multipurpose spectrum filtering (#459)

    * trim zero intensity peaks from xcorr array
    
    * make mass bin in xcorr more  changealbe
    
    * Changed window count to window width
    
    * minus parsimony stuff
    
    * merge upstream/master
    
    * remove nothing test
    
    * nothing changed
    
    * fiddled with mod count to get appveyor to pass
    
    * change == to equals
    
    * small unit tests
    
    * boomerang windows back
    
    * unit tests to cover multipurpose filtering
    
    * making zach happy
    trishorts authored Mar 14, 2019
    Configuration menu
    Copy the full SHA
    6bc5e32 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. fix a little error in allowed window range for filtering (#460)

    * trim zero intensity peaks from xcorr array
    
    * make mass bin in xcorr more  changealbe
    
    * Changed window count to window width
    
    * minus parsimony stuff
    
    * merge upstream/master
    
    * remove nothing test
    
    * nothing changed
    
    * fiddled with mod count to get appveyor to pass
    
    * change == to equals
    
    * small unit tests
    
    * boomerang windows back
    
    * unit tests to cover multipurpose filtering
    
    * making zach happy
    
    * fix oversize window width error
    trishorts authored Mar 15, 2019
    Configuration menu
    Copy the full SHA
    e1bd97e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. change window peak normaliztion to bool (#462)

    * trim zero intensity peaks from xcorr array
    
    * make mass bin in xcorr more  changealbe
    
    * Changed window count to window width
    
    * minus parsimony stuff
    
    * merge upstream/master
    
    * remove nothing test
    
    * nothing changed
    
    * fiddled with mod count to get appveyor to pass
    
    * change == to equals
    
    * small unit tests
    
    * boomerang windows back
    
    * unit tests to cover multipurpose filtering
    
    * making zach happy
    
    * fix oversize window width error
    
    * set peak normaliztion to bool and intensity to 100
    
    * code maid
    
    * normalization max = 1
    
    * Acccccccccccorsss
    trishorts authored Mar 18, 2019
    Configuration menu
    Copy the full SHA
    e39f925 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. changed multi window normaliztion to maintain spectrum tic (#463)

    * trim zero intensity peaks from xcorr array
    
    * make mass bin in xcorr more  changealbe
    
    * Changed window count to window width
    
    * minus parsimony stuff
    
    * merge upstream/master
    
    * remove nothing test
    
    * nothing changed
    
    * fiddled with mod count to get appveyor to pass
    
    * change == to equals
    
    * small unit tests
    
    * boomerang windows back
    
    * unit tests to cover multipurpose filtering
    
    * making zach happy
    
    * fix oversize window width error
    
    * set peak normaliztion to bool and intensity to 100
    
    * code maid
    
    * normalization max = 1
    
    * Acccccccccccorsss
    
    * adjusted window normalization such that spectrum TIC is maintained. Xcorr no longer uses 50max
    trishorts authored Mar 19, 2019
    Configuration menu
    Copy the full SHA
    2ef7097 View commit details
    Browse the repository at this point in the history
  2. new xcorr range (#464)

    * trim zero intensity peaks from xcorr array
    
    * make mass bin in xcorr more  changealbe
    
    * Changed window count to window width
    
    * minus parsimony stuff
    
    * merge upstream/master
    
    * remove nothing test
    
    * nothing changed
    
    * fiddled with mod count to get appveyor to pass
    
    * change == to equals
    
    * small unit tests
    
    * boomerang windows back
    
    * unit tests to cover multipurpose filtering
    
    * making zach happy
    
    * fix oversize window width error
    
    * set peak normaliztion to bool and intensity to 100
    
    * code maid
    
    * normalization max = 1
    
    * Acccccccccccorsss
    
    * adjusted window normalization such that spectrum TIC is maintained. Xcorr no longer uses 50max
    
    * change xcorr range to scan range not observed min and max mzs
    trishorts authored Mar 19, 2019
    Configuration menu
    Copy the full SHA
    c5d5ed0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. deal with NaN peaks in xcorr (#465)

    * trim zero intensity peaks from xcorr array
    
    * make mass bin in xcorr more  changealbe
    
    * Changed window count to window width
    
    * minus parsimony stuff
    
    * merge upstream/master
    
    * remove nothing test
    
    * nothing changed
    
    * fiddled with mod count to get appveyor to pass
    
    * change == to equals
    
    * small unit tests
    
    * boomerang windows back
    
    * unit tests to cover multipurpose filtering
    
    * making zach happy
    
    * fix oversize window width error
    
    * set peak normaliztion to bool and intensity to 100
    
    * code maid
    
    * normalization max = 1
    
    * Acccccccccccorsss
    
    * adjusted window normalization such that spectrum TIC is maintained. Xcorr no longer uses 50max
    
    * change xcorr range to scan range not observed min and max mzs
    
    * hand NaN intensities in xcorr. removed rand spectrum generation in unit test
    trishorts authored Mar 20, 2019
    Configuration menu
    Copy the full SHA
    f9fedfa View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. unit test to keep most intense peaks after filtering (#467)

    * trim zero intensity peaks from xcorr array
    
    * make mass bin in xcorr more  changealbe
    
    * Changed window count to window width
    
    * minus parsimony stuff
    
    * merge upstream/master
    
    * remove nothing test
    
    * nothing changed
    
    * fiddled with mod count to get appveyor to pass
    
    * change == to equals
    
    * small unit tests
    
    * boomerang windows back
    
    * unit tests to cover multipurpose filtering
    
    * making zach happy
    
    * fix oversize window width error
    
    * set peak normaliztion to bool and intensity to 100
    
    * code maid
    
    * normalization max = 1
    
    * Acccccccccccorsss
    
    * adjusted window normalization such that spectrum TIC is maintained. Xcorr no longer uses 50max
    
    * change xcorr range to scan range not observed min and max mzs
    
    * hand NaN intensities in xcorr. removed rand spectrum generation in unit test
    
    * added unit test to keep most intense peaks after filtering
    
    * re-adding sort after merge deleted it
    
    * codacy
    trishorts authored Mar 21, 2019
    Configuration menu
    Copy the full SHA
    b1dcc36 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Allow Multiple Silac Mods Per Replicate (#461)

    * Implement SILAC in digestion by allowing modification of the residue dictionary
    
    * ZR Review
    
    * Change order in SILAC protein constructor to prevent ambiguous calls when strings are null
    
    * Fix null issue for fixed/variable, because GetModifiedPeptides no longer uses ProteinDigestion
    
    * Rob Review
    
    * Add chemical formula to silac label
    
    * add parameterless silac label for toml reading
    
    * remove useless variable to get appveyor to try again
    
    * Code coverage issue?
    
    * remove my constructor in a vain attempt to pass appveyor
    
    * Try not to cry. Cry a lot.
    
    * Update ptm unit test (Why do we even have that unit test)
    
    * Add protein accession constructor when giving a new sequence
    
    * Update method call for protein accession
    
    * Fix FlashLfq bug that removed peptides if they had more than one id and no identified envelopes
    
    * Allow multiple SILAC labels per replicate. Allow searching for only labeled proteins
    
    * Remove debug code
    
    * Add comma
    
    * code coverage
    
    * Moar code coverage
    zrolfs authored Mar 25, 2019
    Configuration menu
    Copy the full SHA
    2760868 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. xcorr fix (#469)

    * trim zero intensity peaks from xcorr array
    
    * make mass bin in xcorr more  changealbe
    
    * Changed window count to window width
    
    * minus parsimony stuff
    
    * merge upstream/master
    
    * remove nothing test
    
    * nothing changed
    
    * fiddled with mod count to get appveyor to pass
    
    * change == to equals
    
    * small unit tests
    
    * boomerang windows back
    
    * unit tests to cover multipurpose filtering
    
    * making zach happy
    
    * fix oversize window width error
    
    * set peak normaliztion to bool and intensity to 100
    
    * code maid
    
    * normalization max = 1
    
    * Acccccccccccorsss
    
    * adjusted window normalization such that spectrum TIC is maintained. Xcorr no longer uses 50max
    
    * change xcorr range to scan range not observed min and max mzs
    
    * hand NaN intensities in xcorr. removed rand spectrum generation in unit test
    
    * added unit test to keep most intense peaks after filtering
    
    * re-adding sort after merge deleted it
    
    * codacy
    
    * fix xcorr add xcorr unit test
    
    * fixed unit tests
    
    * delete unnecessary lines
    
    * remove commented code
    trishorts authored Mar 27, 2019
    Configuration menu
    Copy the full SHA
    c515e09 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. change normalization (#470)

    * trim zero intensity peaks from xcorr array
    
    * make mass bin in xcorr more  changealbe
    
    * Changed window count to window width
    
    * minus parsimony stuff
    
    * merge upstream/master
    
    * remove nothing test
    
    * nothing changed
    
    * fiddled with mod count to get appveyor to pass
    
    * change == to equals
    
    * small unit tests
    
    * boomerang windows back
    
    * unit tests to cover multipurpose filtering
    
    * making zach happy
    
    * fix oversize window width error
    
    * set peak normaliztion to bool and intensity to 100
    
    * code maid
    
    * normalization max = 1
    
    * Acccccccccccorsss
    
    * adjusted window normalization such that spectrum TIC is maintained. Xcorr no longer uses 50max
    
    * change xcorr range to scan range not observed min and max mzs
    
    * hand NaN intensities in xcorr. removed rand spectrum generation in unit test
    
    * added unit test to keep most intense peaks after filtering
    
    * re-adding sort after merge deleted it
    
    * codacy
    
    * fix xcorr add xcorr unit test
    
    * fixed unit tests
    
    * delete unnecessary lines
    
    * remove commented code
    
    * bug check and change normalization to 50
    
    * one liner
    trishorts authored and zrolfs committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    44a2b22 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Fix Isoform reading bug for FASTA and XML (#471)

    * Add isoform database and start test
    
    * Fixed Isoform Database reading error for fasta and xml
    
    * remove debugging code
    
    * remove comments
    
    * Codacy fixes and file copy always
    
    * more codacy edits
    
    * codacy
    
    * clean up code
    rmmiller22 authored Apr 2, 2019
    Configuration menu
    Copy the full SHA
    32fc82d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Configuration menu
    Copy the full SHA
    bcffe43 View commit details
    Browse the repository at this point in the history