Skip to content

Commit

Permalink
Updating phosphosite urls to https
Browse files Browse the repository at this point in the history
  • Loading branch information
josemduarte committed Oct 19, 2017
1 parent 58b00ff commit 103f8a1
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ public class Dataset {

private static final Logger logger = LoggerFactory.getLogger(Dataset.class);

public static final String ACETYLATION = "http://www.phosphosite.org/downloads/Acetylation_site_dataset.gz";
public static final String ACETYLATION = "https://www.phosphosite.org/downloads/Acetylation_site_dataset.gz";

public static final String DISEASE_ASSOC = "http://www.phosphosite.org/downloads/Disease-associated_sites.gz";
public static final String DISEASE_ASSOC = "https://www.phosphosite.org/downloads/Disease-associated_sites.gz";

public static final String METHYLATION = "http://www.phosphosite.org/downloads/Methylation_site_dataset.gz";
public static final String METHYLATION = "https://www.phosphosite.org/downloads/Methylation_site_dataset.gz";

public static final String PHOSPHORYLATION = "http://www.phosphosite.org/downloads/Phosphorylation_site_dataset.gz";
public static final String PHOSPHORYLATION = "https://www.phosphosite.org/downloads/Phosphorylation_site_dataset.gz";

public static final String REGULATORY = "http://www.phosphosite.org/downloads/Regulatory_sites.gz";
public static final String REGULATORY = "https://www.phosphosite.org/downloads/Regulatory_sites.gz";

public static final String SUMOYLATION = "http://www.phosphosite.org/downloads/Sumoylation_site_dataset.gz";
public static final String SUMOYLATION = "https://www.phosphosite.org/downloads/Sumoylation_site_dataset.gz";

public static final String UBIQUITINATION = "http://www.phosphosite.org/downloads/Ubiquitination_site_dataset.gz";
public static final String UBIQUITINATION = "https://www.phosphosite.org/downloads/Ubiquitination_site_dataset.gz";


public Dataset(){
Expand Down

0 comments on commit 103f8a1

Please sign in to comment.