Skip to content

Commit

Permalink
made prodigal file name consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDieckmann committed May 19, 2021
1 parent 871b34f commit 7d19235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kube/dev-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
secretKeyRef:
key: Token
name: authhandler
image: harbor.computational.bio.uni-giessen.de/bakta/bakta-web-backend:0.2.9-beta.13
image: harbor.computational.bio.uni-giessen.de/bakta/bakta-web-backend:0.2.9-beta.14
imagePullPolicy: Always
name: baktabackend
ports:
Expand Down
2 changes: 1 addition & 1 deletion database/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ func (handler *Handler) createUploadStoreKey(id string, uploadFileType UploadFil
case RepliconCSV:
filename = "replicons.tsv"
case Prodigal:
filename = "prodigaltraining.protf"
filename = "prodigaltraining.tf"
}

resultKey := path.Join(handler.BaseKey, "uploaddata", id, filename)
Expand Down

0 comments on commit 7d19235

Please sign in to comment.