statonlab/tripal_manage_analyses

need to manually aggregate derived sequences

Opened this issue · 0 comments

<?php

$options = [];
dpm(chado_get_feature_sequences(['feature_id' => 7008813], $options));


$options['derive_from_parent'] = 1;
$options['aggregate'] = 1;

dpm(chado_get_feature_sequences(['feature_id' => 7008813], $options));

Screen Shot 2019-03-28 at 4 55 19 PM

Need to paste the sequences together!