Skip to content

Commit

Permalink
Fixes for 1st successful import.
Browse files Browse the repository at this point in the history
  • Loading branch information
orenbenkiki committed Mar 29, 2024
1 parent 049d410 commit 641b8f6
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 60 deletions.
6 changes: 2 additions & 4 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,8 @@ uuid = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
version = "4.1.1"

[[deps.Daf]]
deps = ["ConcurrentUtils", "DataFrames", "Distributed", "DocStringExtensions", "EnumX", "ExprTools", "HDF5", "JSON", "LinearAlgebra", "Mmap", "Muon", "NamedArrays", "OrderedCollections", "Random", "Reexport", "SparseArrays", "Statistics", "StringViews", "URIs"]
git-tree-sha1 = "980772e7f614f7eee4f384dea154b88bbf5d1c34"
repo-rev = "main"
repo-url = "https://github.com/tanaylab/Daf.jl"
deps = ["CategoricalArrays", "ConcurrentUtils", "DataFrames", "Distributed", "DocStringExtensions", "EnumX", "ExprTools", "HDF5", "JSON", "LinearAlgebra", "Mmap", "Muon", "NamedArrays", "OrderedCollections", "Random", "Reexport", "SparseArrays", "Statistics", "StringViews", "URIs"]
path = "/Users/obk/projects/Daf.jl"
uuid = "1375bf9c-a47d-45a1-aad5-626dd8629d98"
version = "0.1.0"

Expand Down
2 changes: 1 addition & 1 deletion docs/v0.1.0/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-03-27T17:44:30","documenter_version":"1.3.0"}}
{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-03-29T17:16:36","documenter_version":"1.3.0"}}
4 changes: 2 additions & 2 deletions docs/v0.1.0/anndata_format.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h1 id="AnnData-Format">
</header>
<section>
<div>
<p>Import and export
<p>: rename Import and export
<code>metacells
</code> data from/to
<code>h5ad
Expand Down Expand Up @@ -289,7 +289,7 @@ <h1 id="AnnData-Format">
</code>.
</li>
<li>The
<code>lateral_gene_module
<code>lateral_genes_module
</code> has 1 added to it (that is, &quot;no module&quot; is 0 in
<code>Daf
</code>) and is renamed to
Expand Down
2 changes: 1 addition & 1 deletion docs/v0.1.0/search_index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 641b8f6

Please sign in to comment.