Skip to content

Commit

Permalink
feat(FastANI): Reduce maximum number of FastANI jobs to 5000.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Sep 27, 2023
1 parent 2114424 commit 8f737f9
Show file tree
Hide file tree
Showing 4 changed files with 2,161 additions and 2,114 deletions.
2 changes: 1 addition & 1 deletion components/fastani/FastAniQuery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export default Vue.extend({
// Config
fastAniMaxPairwise: 1000,
fastAniMaxPairwiseLow: 10000,
fastAniMaxPairwiseLow: 5000,
textareaGroupA: '',
textareaGroupB: '',
Expand Down
Loading

0 comments on commit 8f737f9

Please sign in to comment.