Skip to content

Commit

Permalink
Switch to use Tripal Crop Config.
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson committed Nov 7, 2020
1 parent 386753e commit 012f9ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions init_scripts/clone_github_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ modules[10]='tripal/tripald3'
modules[11]='tripal/trpdownload_api'
modules[13]='tripal/trpfancy_fields'
modules[14]='uofs-pulse-binfo/vcf_filter'
modules[15]='DivSeek-Canada/tripal-crop-configure'

for repo in "${modules[@]}"; do
url="https://api.github.com/repos/$repo/releases/latest" \
Expand Down
14 changes: 8 additions & 6 deletions init_scripts/startup_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,15 @@ vendor/drush/drush/drush trp-run-jobs --username=$DRUPALADMIN
vendor/drush/drush/drush dis -y overlay

echo "INSTALL REMAINING MODULES"
vendor/drush/drush/drush pm-enable --yes chado_custom_search trpfancy_fields \
tripald3 trpdownload_api
vendor/drush/drush/drush pm-enable --yes analyzedphenotypes divseek_search \
nd_genotypes tripal_elasticsearch tripal_galaxy tripal_germplasm_importer \
tripal_jbrowse tripal_qtl vcf_filter
vendor/drush/drush/drush pm-enable --yes tripal_map
vendor/drush/drush/drush pm-enable --yes tcrop_config
vendor/drush/drush/drush tcrop-enable
vendor/drush/drush/drush trp-run-jobs --username=$DRUPALADMIN

vendor/drush/drush/drush pm-enable --yes bootstrap divseek
vendor/drush/drush/drush vset theme_default divseek

echo "CONFIGURE DEFAULTS"
vendor/drush/drush/drush tcrop-config
vendor/drush/drush/drush cc all
vendor/drush/drush/drush tcrop-display
vendor/drush/drush/drush cc all

0 comments on commit 012f9ea

Please sign in to comment.