"featureType": {
"id": "http://purl.obolibrary.org/obo/SO_0001059"
}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/dcc-portal-ui/app/develop/scripts/config.js b/dcc-portal-ui/app/develop/scripts/config.js | |
index 5fb070c..5923632 100644 | |
--- a/dcc-portal-ui/app/develop/scripts/config.js | |
+++ b/dcc-portal-ui/app/develop/scripts/config.js | |
@@ -1,9 +1,9 @@ | |
// Global $ICGC_DEV_CONFIG used for dev environment | |
// profile | |
global.$ICGC_DEV_CONFIG = { | |
- // Set DEVELOPER_LOCAL_MODE to true to turn on local developer profile | |
- // for the 'grunt server' task |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/dcc-portal-ui/app/scripts/auth/js/auth.js b/dcc-portal-ui/app/scripts/auth/js/auth.js | |
index d5f6d81..5663a8e 100644 | |
--- a/dcc-portal-ui/app/scripts/auth/js/auth.js | |
+++ b/dcc-portal-ui/app/scripts/auth/js/auth.js | |
@@ -47,7 +47,6 @@ | |
user.verifying = false; | |
console.log('ohsutoken present'); | |
user.token = ohsutoken; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
info: | |
title: YA-DMS API description | |
description: |- | |
### "Yet Another Data Management Service" | |
##### Key endpoints | |
 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# python snippet to test sparql queries | |
# set up the graph | |
import rdflib | |
_rdfGraph = rdflib.ConjunctiveGraph() | |
_rdfGraph.parse('tests/data/datasets/dataset1/phenotypes/cgd/cgd-test.ttl', format='n3') | |
# substitute your query here |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# git diff | |
diff --git a/ga4gh/datamodel/datasets.py b/ga4gh/datamodel/datasets.py | |
index 25f3f7f..c07537e 100644 | |
--- a/ga4gh/datamodel/datasets.py | |
+++ b/ga4gh/datamodel/datasets.py | |
@@ -358,3 +358,66 @@ class FileSystemDataset(AbstractDataset): | |
except KeyError as err: | |
raise exceptions.MissingDatasetMetadataException( | |
metadataFileName, str(err)) | |
+ |
Note: the following instructions have been validated with a CentOS 6.6 virtual machine
This document outlines the installation of Docker clients (v1.6), a Docker registry (v2.0), approaches on updating Nginx configurations, and testing methodologies for verifying Dockerized tools work in Galaxy.
NewerOlder