Skip to content

Commit

Permalink
Merge pull request #180 from PixelgenTechnologies/misc-small-fixes
Browse files Browse the repository at this point in the history
Fix some typos and tweak development Dockerfile
  • Loading branch information
fbdtemme authored Aug 20, 2024
2 parents c0f842a + 5dcad08 commit 622cb6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion containers/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ WORKDIR /pixelator
COPY ./ /pixelator
COPY .git /pixelator/.git

RUN poetry export --output requirements.txt --without-hashes --no-interaction --no-ansi --with dev
RUN poetry export --output requirements.txt --without-hashes --no-interaction --no-ansi --only dev

RUN pip3.11 install -r requirements.txt && rm requirements.txt
4 changes: 2 additions & 2 deletions src/pixelator/resources/assays/D21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ assay_spec:

- region_id: umi-b
region_type: umi
name: Pixel binding site 1
name: Unique molecular identifier B
sequence_type: random
sequence: NNNNNNNNNN
min_len: 10
max_len: 10

- region_id: bc
region_type: barcode
name: barcode
name: Barcode
sequence_type: random
sequence: NNNNNNNN
min_len: 8
Expand Down

0 comments on commit 622cb6f

Please sign in to comment.