Skip to content

Commit

Permalink
v1.4271
Browse files Browse the repository at this point in the history
ignore "*" in protein sequence, it causes error in compomics sequence
digestion
  • Loading branch information
cctsou committed Nov 12, 2015
1 parent 83d7e5d commit 2fb5f4c
Show file tree
Hide file tree
Showing 43 changed files with 53 additions and 1,436 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package MSUmpire.SortedListLib;
package ExtPackages.SortedListLib;

/**
* Represents the alterations to the backingList of a {@code PatchWorkArray}.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package MSUmpire.SortedListLib;
package ExtPackages.SortedListLib;

import java.util.ConcurrentModificationException;
import java.util.Iterator;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package MSUmpire.SortedListLib;
package ExtPackages.SortedListLib;

/**
* Simple class to define a location within the a patch work array.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package MSUmpire.SortedListLib;
package ExtPackages.SortedListLib;

import java.util.Comparator;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package MSUmpire.SortedListLib;
package ExtPackages.SortedListLib;

import java.io.Serializable;
import java.util.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package MSUmpire.SortedListLib;
package ExtPackages.SortedListLib;

import java.io.Serializable;
import java.lang.reflect.Array;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package MSUmpire.SortedListLib;
package ExtPackages.SortedListLib;

import java.util.*;

Expand Down
47 changes: 0 additions & 47 deletions DIA-Umpire/src/MSUmpire/BaseDataStructure/MapFloatComparator.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*
*/

import MSUmpire.SortedListLib.SortedList;
import ExtPackages.SortedListLib.SortedList;
import java.io.Serializable;
import java.util.Comparator;

Expand Down
156 changes: 0 additions & 156 deletions DIA-Umpire/src/MSUmpire/BaseDataStructure/SortedListInteger.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*
*/

import MSUmpire.SortedListLib.SortedList;
import ExtPackages.SortedListLib.SortedList;
import java.io.IOException;
import java.io.Serializable;
import java.util.Arrays;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
package MSUmpire.BaseDataStructure;

import MSUmpire.SortedListLib.SortedList;
import ExtPackages.SortedListLib.SortedList;
import java.io.Serializable;
import java.util.Comparator;

Expand Down
2 changes: 1 addition & 1 deletion DIA-Umpire/src/MSUmpire/BaseDataStructure/UmpireInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
public class UmpireInfo {

private static UmpireInfo umpireInfo = null;
public String Version = "v1.427";
public String Version = "v2.0";

private UmpireInfo() {

Expand Down
46 changes: 0 additions & 46 deletions DIA-Umpire/src/MSUmpire/BaseDataStructure/XYComparator.java

This file was deleted.

47 changes: 0 additions & 47 deletions DIA-Umpire/src/MSUmpire/DIA/DIA_ParseiProphet.java

This file was deleted.

8 changes: 0 additions & 8 deletions DIA-Umpire/src/MSUmpire/DIA/DIA_window_Quant.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@ public DIA_window_Quant(String Q1Name,String Q2Name,String Q3Name,HashMap<Intege
}
@Override
public void run() {

//System.out.println("Assigning clusters for peak groups in MS2 isolation window:" + FilenameUtils.getBaseName(DIAWindow.ScanCollectionName));
//Restore serialization files for old projects
//DIAWindow.ReadPeakFromDB();
//DIAWindow.WritePeakClusterSerialization();
//DIAWindow.WritePrecursorFragmentGrouping();
////////////////////////////////////
//Needed to reactivate

if(!DIAWindow.ReadPeakCluster()){
Logger.getRootLogger().error("Reading Peak cluster result for " + DIAWindow.ScanCollectionName + " failed");
Expand Down
Loading

0 comments on commit 2fb5f4c

Please sign in to comment.