This file contains 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
toolbox enter |
This file contains 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
did:3:bafyreihpr443tfmw6flxe7ng6aedyjqetvsjmkoybkv37mn2wul6zvt3ba |
This file contains 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
remotes::install_github("ohdsi/ROhdsiWebApi",ref="develop") | |
baseUrl="https://pioneer-atlas.thehyve.net/WebAPI" | |
ROhdsiWebApi::setAuthHeader(baseUrl,"Bearer ey...") | |
ROhdsiWebApi::insertCohortDefinitionInPackage(cohortId = 142, baseUrl = baseUrl) |
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 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
#!/bin/bash | |
# Search YUI Compressor anywhere in your home dir | |
echo "Searching for YUI Compressor..." | |
YUIC=`which yuicompressor` | |
if ! [ $YUIC ] | |
then | |
echo "Unable to find YUI Compressor! Goodbye!" | |
exit | |
fi |
This file contains 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
drop user biomart_user cascade; | |
drop user biomart cascade; | |
drop user deapp cascade; | |
drop user i2b2demodata cascade; | |
drop user i2b2hive cascade; | |
drop user i2b2metadata cascade; | |
drop user i2b2pm cascade; | |
drop user i2b2sampledata cascade; | |
drop user i2b2workdata cascade; | |
drop user searchapp cascade; |
This file contains 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
mbpkees:projects kees$ git svn --no-metadata --authors-file=authors clone -s https://trac.nbic.nl/svn/grails-plugins -T dbxpModuleBase/trunk dbxp-module-base | |
cd dbxp-module-base | |
git remote add origin [email protected]:thehyve/dbxp-module-base.git |