Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-ainsel committed Nov 26, 2024
1 parent 03cb8b7 commit 8805cb5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions genomeFiles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build-skip": "echo 'This is fake build script for CI optimization'",

"prebuild": "./build-everything.sh ./genomeFileUrls.json",
"prebuild": "./build-everything.sh ./genomeFileLocal.json",
"build": "pl-pkg build",
"sign": "pl-pkg sign --sign-command='[\"gcloud-kms-sign\", \"{pkg}\", \"{pkg}.sig\"]'",

Expand All @@ -16,18 +16,11 @@
],
"block-software": {
"entrypoints": {
"saccharomyces-cerevisiae": {
"asset": {
"type": "asset",
"registry": "platforma-open",
"root": "./indexed_genome/Saccharomyces_cerevisiae"
}
},
"mus-musculus": {
"test-species": {
"asset": {
"type": "asset",
"registry": "platforma-open",
"root": "./indexed_genome/Mus_musculus"
"root": "./indexed_genome/Test_species"
}
}
}
Expand All @@ -38,6 +31,13 @@
},
"//": {
"entrypoints": {
"test-species": {
"asset": {
"type": "asset",
"registry": "platforma-open",
"root": "./indexed_genome/Test_species"
}
},
"saccharomyces-cerevisiae": {
"asset": {
"type": "asset",
Expand Down

0 comments on commit 8805cb5

Please sign in to comment.