null, selectedProteins, true, false, true, true, true,
true, true, true, true, false, true,
true, true, true, true, true, false, true, false, false, false, true, true);
} else if (tableIndex == TableIndex.PEPTIDE_TABLE) {
ArrayList<String> selectedPeptides = getDisplayedPeptides();
SelfUpdatingTableModel tableModel = (SelfUpdatingTableModel) proteinTable.getModel();
int proteinIndex = tableModel.getViewIndex(proteinTable.getSelectedRow());
String proteinKey = proteinKeys.get(proteinIndex);
outputGenerator.getPeptidesOutput(
null, selectedPeptides, peptidePdbArray, true, false, true, true, true, true, true,
true, true, true, true, true, true, true, true, false, false, false, proteinKey, true);
} else if (tableIndex == TableIndex.PDB_MATCHES || tableIndex == TableIndex.PDB_CHAINS) {