Skip to content

Commit

Permalink
sequenceserver 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
loraine-gueguen committed Aug 5, 2024
1 parent c8909e2 commit 2bee212
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Available variables are listed below, along with default values (see `defaults/m

```yaml
# Version of the ruby gem to install (>= 2.0.0)
sequenceserver_version: 2.2.0
sequenceserver_version: 3.1.2
```
Variable to set the version of SequenceServer to install. This role can be used with SequenceServer version >= 2.0.0.
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Ruby gem
#
# Version of the ruby gem to install (>= 2.0.0)
sequenceserver_version: 2.2.0
sequenceserver_version: 3.1.2

# List of blast databases
#
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
failed_when: grep_placeholder.rc > 0
- name: Get the lib modified for hpc integration
slurp:
src: "/usr/local/share/gems/gems/sequenceserver-2.2.0/lib/sequenceserver/blast/job.rb"
src: "/usr/local/share/gems/gems/sequenceserver-3.1.2/lib/sequenceserver/blast/job.rb"
register: lib_modified_for_hpc_integration
- name: Display content of the lib modified for hpc integration
debug:
Expand Down

0 comments on commit 2bee212

Please sign in to comment.