Skip to content

Commit

Permalink
Update readme with information about the upgrade process.
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson committed Mar 30, 2024
1 parent 87d6bf5 commit 6e19c12
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ then be expanded to include additional information including the alignment.
Download formats are allow users to download these results in the familiar
tabular, GFF3 or HTML NCBI formats.

## Upgrade to Tripal4 and Drupal10

This module is currently being actively upgraded to Drupal 10. **It should not
yet be installed on a production site and given to users ;-) but we're getting
there! For the current progress, check in the
[upgrade release milestone](https://github.com/tripal/tripal_blast/milestone/1)
to get an idea of the outstanding tasks needed to be fixed before release.

## Automated Testing

This package is dedicated to a high standard of automated testing. We use
Expand Down Expand Up @@ -67,5 +75,5 @@ The following compatibility is proven via automated testing workflows.
git clone https://github.com/tripal/tripal_blast.git
cd tripal_blast
docker build --tag=tripal/tripal_blast:latest .
docker run --publish=80:80 -tid --volume=`pwd`:/var/www/drupal9/web/modules/contrib/tripal_blast tripal/tripal_blast:latest
docker run --publish=80:80 -tid --volume=`pwd`:/var/www/drupal/web/modules/contrib/tripal_blast tripal/tripal_blast:latest
```

0 comments on commit 6e19c12

Please sign in to comment.