-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📝 Adapt intro to the new ln.track() #197
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
dce38a9
📝 Adapt intro to the new ln.track()
sunnyosun 6f1bc0e
Merge branch 'main' into update-intro
sunnyosun 53432ad
🎨 Pre-commit
Zethson ca4dfde
🎨 Fix intro
Zethson 7bcafc2
🎨 Fix tutorial
Zethson aa389c4
🎨 Install stuff from main with --no-deps
Zethson 62d2353
🎨 Installation
Zethson 963d29b
🎨 Manual installation
Zethson fce78e5
🎨 Manual installation
Zethson 18639f5
🎨 Manual installation
Zethson 82d11d8
🎨 Lamin-cli
Zethson 8e2d761
🎨 Laminci approach
Zethson 5b36ea5
🎨 Path
Zethson 99fc320
🎨 Path
Zethson 6f5b945
🎨 Rich-click
Zethson 36d2992
🎨 Lamindb install
Zethson 1cdf5c9
🎨 Resolve path
Zethson 37f7a81
🎨 Install cellregistry
Zethson 4fc3a0e
🎨 Install cellregistry
Zethson 42c6e32
🎨 Pip
Zethson 847f785
🎨 Pip
Zethson 4e922ac
🎨 Pip
Zethson 7c9aaf8
🎨 Clinicore
Zethson 21da5c0
🎨 No deps
Zethson 901fc46
🎨 Fix warnings
Zethson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
|
@@ -133,3 +133,4 @@ lamin_sphinx | |
docs/conf.py | ||
_docs_tmp* | ||
docs/modules.md | ||
docs/paradisi05_laminopathic_nuclei.jpg |
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not use the
install_lamindb()
function from laminci we use everywhere else? 🤔