Expanding simulation to attempt CDR3/CDR1 matching - doubles size of cells
This commit is contained in:
@@ -10,7 +10,7 @@ import java.util.List;
|
||||
|
||||
public class CellFileWriter {
|
||||
|
||||
private String[] headers = {"Alpha", "Beta"};
|
||||
private String[] headers = {"Alpha CDR3", "Beta CDR3", "Alpha CDR1", "Beta CDR1"};
|
||||
List<Integer[]> cells;
|
||||
String filename;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user