Douglas Senalik

Results 204 comments of Douglas Senalik

Here's an idea, we could put those three fields in a fieldset box with an informative label ![2024-03-23_analysis-unique](https://github.com/tripal/tripal/assets/8419404/8bee5464-6155-4f48-aa7a-d5299fd0e451)

Pull request #1855 will be adding a bit of text to better explain the constraint, so now you will be told which three columns make up the unique constraint.

Lol I am probably the current "expert" on Drupal 10.2 error messages, but that doesn't mean much. that is a new one, is this your new pub importer branch?

I built a php 8.3 drupal 10.2 docker and ran this: $ export n=1642 $ docker exec --workdir=/var/www/drupal9/web/modules/contrib/tripal $n phpunit --testdox --verbose --filter testTripalPubLibraryTestSimpleTest PHPUnit 9.6.17 by Sebastian Bergmann and...

The docker root folder is `/var/www/drupal/web` - I don't know if that helps

We would welcome your help! Thank you for looking at an issue that has been neglected for so long, however this was implemented for Tripal 3 by creating this module...

An easy field to start with might be `sep__protocol` - it has limited usage, but should be "easy"

The biomaterial loader at ```/admin/tripal/loaders/chado_biosample_loader``` is from the ```tripal_analysis_expression``` module.

I am closing this issue as **wontfix** because of the underlying drupal 7 issue that makes this impossible to do. This is because the drupal function ```expandArguments(&$query, &$args)``` around line...

Item 3 on my list will need to be modified if pull #1328 is accepted, this implements a general api function to look up an organism from its name, and...