PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT DISTINCT ?compound ?label ?napid ?keggid ?casid
WHERE {
?compound wdt:P31 wd:Q11173 ;
rdfs:label ?label
FILTER ( lang(?label) = "en" )
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
| import bs4 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX sbmlrdf: <http://identifiers.org/biomodels.vocabulary#>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| FROM quay.io/pypa/manylinux1_x86_64 | |
| RUN cd; yum update -y; git clone git://github.com/ecell/ecell4 | |
| # Cython | |
| RUN /opt/python/cp35-cp35m/bin/python -m pip install cython | |
| RUN /opt/python/cp34-cp34m/bin/python -m pip install cython | |
| # config.h and BesselTables | |
| RUN cd; yum install cmake gsl-devel -y; wget http://downloads.sourceforge.net/project/boost/boost/1.59.0/boost_1_59_0.tar.gz https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.14/bin/linux-centos5-x86_64-gcc482/hdf5-1.8.14-linux-centos5-x86_64-gcc482-shared.tar.gz; tar xf hdf5-1.8.14-linux-centos5-x86_64-gcc482-shared.tar.gz; tar xf boost_1_59_0.tar.gz | |
| RUN cd /root/ecell4; BOOST_???=/root/ cmake .; make BesselTables; |
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
| Metadata-Version: 1.0 | |
| Name: ecell | |
| Version: 4.0.0 | |
| Summary: A software platform for modeling, simulation and analysis of complex, heterogeneous and multi-scale systems like the cell. | |
| Home-page: http://www.e-cell.org/ecell4 | |
| Author: Kazunari Kaizu | |
| Author-email: kaizu@riken.jp | |
| License: GPL-2 | |
| Description: see http://www.e-cell.org/ecell4 | |
| Platform: platform-independent |
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
| 24,658 bytes in 0.00 seconds (4816.02KB/sec) | |
| ; Loading "cl-fad" | |
| [package bordeaux-threads]........................ | |
| [package cl-fad].................................. | |
| [package path]........ | |
| To load "split-sequence": | |
| Install 1 Quicklisp release: | |
| split-sequence | |
| ; Fetching #<URL "http://beta.quicklisp.org/archive/split-sequence/2015-08-04/split-sequence-1.2.tgz"> | |
| ; 3.83KB |