-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from niklasmueboe/dev
Test + new name
- Loading branch information
Showing
22 changed files
with
184 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name = "StereoSSAM" | ||
name = "Sainsc" | ||
uuid = "4c4340ea-7f9e-46b4-8512-61f1f6c41a11" | ||
authors = ["Niklas Müller-Bötticher <[email protected]>"] | ||
version = "0.1.0" | ||
|
@@ -28,15 +28,18 @@ CellScopesExt = "CellScopes" | |
SingleCellProjectionsExt = "SingleCellProjections" | ||
|
||
[compat] | ||
BlockArrays = "0.16,1" | ||
CSV = "0.10" | ||
CategoricalArrays = "0.9,0.10" | ||
DataFrames = "1" | ||
ImageFiltering = "0.7" | ||
LinearAlgebra = "1" | ||
Muon = "0.2" | ||
OffsetArrays = "1.11" | ||
PooledArrays = "1" | ||
SparseArrays = "1" | ||
Unzip = "0.2" | ||
julia = "1.9" | ||
AutomaticSingleCellToolbox = "0.9" | ||
BlockArrays = "0.16,1" | ||
CSV = "0.10" | ||
CategoricalArrays = "0.9,0.10" | ||
CellScopes = "1" | ||
DataFrames = "1" | ||
ImageFiltering = "0.7" | ||
LinearAlgebra = "1" | ||
Muon = "0.2" | ||
OffsetArrays = "1.11" | ||
PooledArrays = "1" | ||
SparseArrays = "1" | ||
SingleCellProjections = "0.3" | ||
Unzip = "0.2" | ||
julia = "1.9" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,34 @@ | ||
# StereoSSAM.jl | ||
# Sainsc.jl | ||
|
||
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://niklasmueboe.github.io/StereoSSAM.jl/stable) | ||
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://niklasmueboe.github.io/StereoSSAM.jl/dev) | ||
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://niklasmueboe.github.io/Sainsc.jl/stable) | ||
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://niklasmueboe.github.io/Sainsc.jl/dev) | ||
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) | ||
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl) | ||
|
||
/ˈsaiəns/ | ||
|
||
_"**S**egmentation-free **A**nalysis of **In S**itu **C**apture data"_ | ||
or alternatively | ||
"_**S**tupid **A**cronyms **In Sc**ience_" | ||
|
||
## Installation | ||
|
||
The package can be installed with the Julia package manager. | ||
From the Julia REPL, type `]` to enter the `Pkg` REPL mode and run: | ||
|
||
``` | ||
pkg> add StereoSSAM | ||
pkg> add Sainsc | ||
``` | ||
|
||
Or, alternatively, via the `Pkg` API: | ||
|
||
```julia | ||
using Pkg | ||
Pkg.add("StereoSSAM") | ||
Pkg.add("Sainsc") | ||
``` | ||
|
||
## Documentation | ||
|
||
The documentation for StereoSSAM.jl is available [here](https://niklasmueboe.github.io/StereoSSAM.jl/stable). | ||
It includes the [Reference API](https://niklasmueboe.github.io/StereoSSAM.jl/stable/api) | ||
as well as an [example analysis](https://niklasmueboe.github.io/StereoSSAM.jl/stable/examples/ExampleAnalysis). | ||
The documentation for Sainsc.jl is available [here](https://niklasmueboe.github.io/Sainsc.jl/stable). | ||
It includes the [Reference API](https://niklasmueboe.github.io/Sainsc.jl/stable/api) | ||
as well as an [example analysis](https://niklasmueboe.github.io/Sainsc.jl/stable/examples/ExampleAnalysis). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.