Douglas Senalik

Results 126 comments of Douglas Senalik

I'm glad this helped. But I still wonder about the history of ```public.analysis_organism``` There is a function in ```tripal_manage_analyses/tripal_manage_analyses.install```: ``` /** * Installs the organism_analysis table, migrates analysis_organism. */ function...

I looked at this issue and to me the fix could be quite simple, simply change the two regular expressions substituting ```+``` for ```*``` and now ```[]``` will not match...

I commented in the pull request why this is not enough, an underlying drupal 7 regex won't allow the square brackets through.

Example images for item #11. Added two input fields for tree name, and root taxon. ![20220331_loader](https://user-images.githubusercontent.com/8419404/161149316-5a9cb176-781f-4de6-a1c6-ead521860056.jpg) ----- Part of an example sub-tree with the root at the family level (Pittosporaceae)....

For item 18: Example image showing mouseover of interior node of a taxonomic tree ![InteriorMouseover](https://user-images.githubusercontent.com/8419404/161442407-d0826dd4-6669-4d14-bc48-f992eb26a3b5.png)

Related drupal issue https://www.drupal.org/project/drupal/issues/3284424

That issue is a patch that would resolve this error. The error was introduced in Drupal with https://git.drupalcode.org/project/drupal/-/commit/0a7ef860a854dbe83783211d14ffe2d31300605d

I'm reopening since there is a subsequent pull request on this branch

I'm working on loading a new genome now, so I though I would investigate this. Using one short gene from that gff3 ``` Chr1 TAIR10 gene 11649 13714 . -...

Actually the error was because the cv term for ```polypeptide``` didn't get looked up, add code to make sure it gets looked up, and if not give a useful error...