Skip to content

Commit f22857b

Browse files
Merge pull request #127 from LCSB-BioCore/develop
Regular merge of develop
2 parents c19f5d5 + 85cae57 commit f22857b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- develop
88
tags: '*'
99
pull_request:
10+
release:
11+
types: [published, created]
1012

1113
jobs:
1214
build:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "GigaSOM"
22
uuid = "a03a9c34-069e-5582-a11c-5c984cab887c"
3-
version = "0.4.1"
3+
version = "0.4.2"
44

55
[deps]
66
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

docs/src/tutorials/processingFCSData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ extract information about FCS data columns from there. First, we read the
160160
actual content using the XLSX package:
161161

162162
```julia
163-
md = GigaSOM.DataFrame(GigaSOM.XLSX.readtable("PBMC8_metadata.xlsx", "Sheet1")...)
164-
panel = GigaSOM.DataFrame(GigaSOM.XLSX.readtable("PBMC8_panel.xlsx", "Sheet1")...)
163+
md = GigaSOM.DataFrame(GigaSOM.XLSX.readtable("PBMC8_metadata.xlsx", "Sheet1", infer_eltypes=true)...)
164+
panel = GigaSOM.DataFrame(GigaSOM.XLSX.readtable("PBMC8_panel.xlsx", "Sheet1", infer_eltypes=true)...)
165165
```
166166

167167
After that, we can get the parameter structure from the first FCS files:

0 commit comments

Comments
 (0)