-
Notifications
You must be signed in to change notification settings - Fork 0
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
update #18
Commits on Feb 22, 2019
-
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)
Configuration menu - View commit details
-
Copy full SHA for a32a977 - Browse repository at this point
Copy the full SHA a32a977View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6c81d37 - Browse repository at this point
Copy the full SHA 6c81d37View commit details
Commits on Mar 12, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for c588082 - Browse repository at this point
Copy the full SHA c588082View commit details
Commits on Mar 14, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for 6bc5e32 - Browse repository at this point
Copy the full SHA 6bc5e32View commit details
Commits on Mar 15, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for e1bd97e - Browse repository at this point
Copy the full SHA e1bd97eView commit details
Commits on Mar 18, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for e39f925 - Browse repository at this point
Copy the full SHA e39f925View commit details
Commits on Mar 19, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for 2ef7097 - Browse repository at this point
Copy the full SHA 2ef7097View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for c5d5ed0 - Browse repository at this point
Copy the full SHA c5d5ed0View commit details
Commits on Mar 20, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for f9fedfa - Browse repository at this point
Copy the full SHA f9fedfaView commit details
Commits on Mar 21, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for b1dcc36 - Browse repository at this point
Copy the full SHA b1dcc36View commit details
Commits on Mar 25, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for 2760868 - Browse repository at this point
Copy the full SHA 2760868View commit details
Commits on Mar 27, 2019
-
* 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
Configuration menu - View commit details
-
Copy full SHA for c515e09 - Browse repository at this point
Copy the full SHA c515e09View commit details
Commits on Mar 28, 2019
-
* 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
Configuration menu - View commit details
-
Copy full SHA for 44a2b22 - Browse repository at this point
Copy the full SHA 44a2b22View commit details
Commits on Apr 2, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for 32fc82d - Browse repository at this point
Copy the full SHA 32fc82dView commit details
Commits on Apr 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bcffe43 - Browse repository at this point
Copy the full SHA bcffe43View commit details