File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
Package: loupeR
2
2
Title: Converts Seurat objects to 10x Genomics Loupe files
3
- Version: 1.0.2
3
+ Version: 1.1.0
4
4
Authors@R:
5
5
person(given = "Eric",
6
6
family = "Siegel",
Original file line number Diff line number Diff line change @@ -171,16 +171,16 @@ executable_basename <- function() {
171
171
# ' @noRd
172
172
artifacts = list (
173
173
linux = list (
174
- url = " https://github.com/10XGenomics/loupeR/releases/download/v1.0.2 /louper-linux-x64" ,
175
- md5 = " e3425631323e43cf9247b61a026cec09 "
174
+ url = " https://github.com/10XGenomics/loupeR/releases/download/v1.1.0 /louper-linux-x64" ,
175
+ md5 = " 99903df7a3bc7b1b06d7509ddddf9a13 "
176
176
),
177
177
mac = list (
178
- url = " https://github.com/10XGenomics/loupeR/releases/download/v1.0.2 /louper-macos-x64" ,
179
- md5 = " fba8a41d02a00edde8671c0c44886589 "
178
+ url = " https://github.com/10XGenomics/loupeR/releases/download/v1.1.0 /louper-macos-x64" ,
179
+ md5 = " bf4ff652b88e0b9a88fb306b11a9c066 "
180
180
),
181
181
windows = list (
182
- url = " https://github.com/10XGenomics/loupeR/releases/download/v1.0.2 /louper-windows-x64.exe" ,
183
- md5 = " 300e26db7fe5b31e196f838097afcfb9 "
182
+ url = " https://github.com/10XGenomics/loupeR/releases/download/v1.1.0 /louper-windows-x64.exe" ,
183
+ md5 = " f40833260e3d4c14d8534a1f3349096d "
184
184
)
185
185
)
186
186
You can’t perform that action at this time.
0 commit comments