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

Add the comment on glyco-searching and the search summary on the result file #2367

Merged
merged 24 commits into from
Aug 23, 2024
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
62013c0
The lie's comment about the glyco-searching
RayMSMS May 28, 2024
2e99da2
Try to add the search summary information (PSMs, protein group, glyco…
RayMSMS Jun 4, 2024
d1da509
Merge branch 'master' into glyco-search-comment
nbollis Jun 4, 2024
640c503
Merge branch 'master' into glyco-search-comment
nbollis Jun 5, 2024
a0d2377
add the contaminant tester
RayMSMS Jun 5, 2024
88ce7b5
Merge branch 'glyco-search-comment' of https://github.com/RayMSMS/Met…
RayMSMS Jun 5, 2024
9ff4c2f
Delet the unused constructor of Node class to cheat the coverage check
RayMSMS Jun 6, 2024
02bcfce
Fix the Fdr filter (initial: < 0.1, now <= 0.1)
RayMSMS Jun 6, 2024
206fd27
Try to pass the coverage test, add the docoy filtering tester
RayMSMS Jun 10, 2024
fdd58a3
Merge branch 'master' into glyco-search-comment
nbollis Jun 13, 2024
8b2898a
Merge branch 'master' into glyco-search-comment
nbollis Jun 26, 2024
8a7f48d
update 7/2/2024
RayMSMS Jul 2, 2024
aebf0ec
Merge branch 'glyco-search-comment' of https://github.com/RayMSMS/Met…
RayMSMS Jul 2, 2024
359154d
In order to pass the converage, add the new model in the tester "N-gl…
RayMSMS Jul 3, 2024
09965d8
Update 7/4/2024
RayMSMS Jul 4, 2024
e5f3f49
update 7/5/2024
RayMSMS Jul 5, 2024
3952bf1
Merge branch 'master' into glyco-search-comment
RayMSMS Jul 5, 2024
a77cd36
update 7/11/2024
RayMSMS Jul 11, 2024
64f6bc4
Merge branch 'master' into glyco-search-comment
RayMSMS Jul 30, 2024
2ea7f58
merge in master
RayMSMS Aug 6, 2024
494c821
update 8/6/2024
RayMSMS Aug 6, 2024
74f04d4
store the code
RayMSMS Aug 6, 2024
90d6a0f
Merge branch 'master' into glyco-search-comment
nbollis Aug 15, 2024
ec09432
Merge branch 'master' into glyco-search-comment
nbollis Aug 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MetaMorpheus/Test/TestOGlyco.cs
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ public static void OGlycoTest_Run5()
Directory.Delete(outputFolder, true);
}

[Test]
[Test]
public static void OGlycoTest_Run5_WriteContaminants()
{
string outputFolder = Path.Combine(TestContext.CurrentContext.TestDirectory, @"TESTGlycoData");
Expand Down