Try   HackMD
  •  
    Tripal Codefest
    ·
    Created by Reynold Tan on Mar 11, 2021
    Linked with GitHub
  • Edit
Comments
Log in to edit or delete your comments and be notified of replies.
Sign upAlready have an account? Log in
There is no commentSelect some text and then click Comment, or simply add a comment to this page from below to start a discussion.
Last changed by 

 
Tripal Codefest
0
57

Read more

Tripal 4 Upgrade Notes

This document is indended to quickly save upgrade information. During the process of upgrading Tripal Core we're going to place useful information here until it can be more formally written up into docs. tripal_set_message() and tripal_report_error() These functions have been upgraded and thus can be used as is. However, the new way is use a logger service as shown below. $logger = \Drupal::service('tripal.logger'); $logger->notice('Hello world'); $logger->info('Hello world'); $logger->warning('Hello world'); $logger->error('Hello world');

Jun 14, 2021
Wrap up Meeting Agenda

Thank You Survey Stats & Accomplishments 19 registered attendees Accomplishments Pull requests: Tripal v3 (3 PRs)

Feb 2, 2021
Tripal v4 Development Team

The objective of this is to document the work, progress and efforts of the team during the Codefest. Members of the team should be able to check in to this document to find project details, instructions, design descriptions, etc. as needed for the Codefest activities. Schedule Preparation for Codefest Useful Commands for TripalDocker The Plan Core Objectives

Jan 15, 2021
Implementation

The so__transcript field is only ever attached to a gene. The entity that is passed into the field is the gene entity (feature_id belongs to the gene). Dynamic Gene Pages Work on branch named 100-tv3-gene_pages Let's use the orange data that comes with the Tripal Tutorial so__transcript.inc file: (Stephen) Add the following in the $default_instance_settings

Jan 15, 2021
Read more from Tripal Codefest

Published on HackMD
    Expand allBack to topGo to bottom
Expand allBack to topGo to bottom

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up