Skip to content

Commit

Permalink
Some minor adjustments to work together with new index
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Mar 1, 2024
1 parent 877a9c7 commit dcf80f9
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 129 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"marked": "^9.1.4",
"pinia": "^2.0.23",
"roboto-fontface": "*",
"unipept-web-components": "^2.1.3",
"unipept-web-components": "^2.1.5",
"uuid": "^9.0.0",
"vue": "^3.2.0",
"vue-router": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions src/store/ConfigurationStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import { defineStore } from "pinia";

const useConfigurationStore = defineStore('configuration', () => {
// UNIPEPT
const unipeptApiUrl = 'https://api.unipept.ugent.be';
const unipeptApiUrl = 'http://rick.ugent.be';

const parallelRequests = 5;
const taskQueueSize = 4;

const peptideDataBatchSize = 100;
const cleavageBatchSize = 10;
const peptideDataBatchSize = 1000000;
const cleavageBatchSize = 1000000;
const goBatchSize = 100;
const ecBatchSize = 100;
const interproBatchSize = 100;
Expand Down
Binary file removed unipept-web-components-v2.1.2.tgz
Binary file not shown.

0 comments on commit dcf80f9

Please sign in to comment.