statonlab / tripal_manage_analyses

GNU General Public License v3.0
0 stars 1 forks source link

need to manually aggregate derived sequences #79

Open bradfordcondon opened 5 years ago

bradfordcondon commented 5 years ago
<?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!