Clover icon

Coverage Report

  1. Project Clover database Wed Apr 1 2026 13:13:43 BST
  2. Package jalview.ws.datamodel.alphafold

File AlphaFoldDBEntry.java

 

Code metrics

0
0
0
1
13
9
0
-
-
0
-

Classes

Class Line # Actions
AlphaFoldDBEntry 7 0 0
-1.0 -
 

Contributing tests

No tests hitting this source file were found.

Source view

1    package jalview.ws.datamodel.alphafold;
2   
3    import java.net.URL;
4   
5    import org.json.simple.JSONObject;
6   
 
7    public class AlphaFoldDBEntry {
8    public String accessionId;
9    public URL mmCif;
10    public URL paeFile;
11    public URL modelPage;
12    public JSONObject Json;
13    }