Skip to content

Commit

Permalink
Update cwd2 (nmdp-bioinformatics#295)
Browse files Browse the repository at this point in the history
* Update CWD2
 - Update CWD2 mapping to one from igdawg.
 - Update cwd redux to handle MACs and nulls without reductions

* Update Python to 3.11 for Docker

* Bump version: 1.0.8 → 1.0.9
  • Loading branch information
pbashyal-nmdp committed Jan 30, 2024
1 parent 4c65968 commit 31f1337
Show file tree
Hide file tree
Showing 9 changed files with 871 additions and 110 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.10-slim-buster
FROM python:3.11-slim-buster

LABEL MAINTAINER="Pradeep Bashyal"

WORKDIR /app

ARG PY_ARD_VERSION=1.0.8
ARG PY_ARD_VERSION=1.0.9

COPY requirements.txt /app
RUN pip install --no-cache-dir --upgrade pip && \
Expand Down
4 changes: 2 additions & 2 deletions api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: ARD Reduction
description: Reduce to ARD Level
version: "1.0.8"
version: "1.0.9"
servers:
- url: 'http://localhost:8080'
tags:
Expand Down Expand Up @@ -126,7 +126,7 @@ paths:
cwd_mac:
description: MAC of reduced CWD if available
type: string
example: "A*26:BYHR"
example: ""
400:
description: Invalid GL String Form
content:
Expand Down
Loading

0 comments on commit 31f1337

Please sign in to comment.