Skip to content
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

🎨 Simplify use case, move to nf-core/scrnaseq #42

Merged
merged 47 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
faa11a7
:art: Simplify use case
Zethson Sep 26, 2024
4181649
:art: Fix use case
Zethson Sep 26, 2024
7c71b5e
:art: Fix use case
Zethson Sep 26, 2024
ffd4c93
:art: Fix use case
Zethson Sep 26, 2024
8078026
:art: Debug
Zethson Sep 26, 2024
3e07934
:art: Properly install lamindb
Zethson Sep 26, 2024
826a033
:art: Properly install lamindb
Zethson Sep 26, 2024
3158066
:art: Proper script again
Zethson Sep 26, 2024
fadde70
:art: Refactoring
Zethson Sep 27, 2024
633f5ab
:art: Refactoring
Zethson Sep 27, 2024
aec7586
:art: Split into two parts
Zethson Sep 27, 2024
7fc2cea
:art: Improve wording
Zethson Sep 27, 2024
53bc206
:art: Not str
Zethson Sep 27, 2024
cd8bd3d
:art: Try linage
Zethson Sep 27, 2024
5756d3e
:art: Try linage
Zethson Sep 27, 2024
b5d874a
:art: Try lineage
Zethson Sep 27, 2024
0850fa9
:art: Try lineage
Zethson Sep 27, 2024
805d14c
:art: Show cell again
Zethson Sep 27, 2024
f67a50a
:art: Remove tests lineage
Zethson Sep 27, 2024
9db76fa
:art: Display code
Zethson Sep 30, 2024
2eb2c89
:sparkles: Move to nf-core/scrnaseq
Zethson Sep 30, 2024
96a6f6a
:art: Add jupyter ot lamindb deps
Zethson Sep 30, 2024
484af30
:art: Add jupyter ot lamindb deps
Zethson Sep 30, 2024
7d25815
:art: Debug
Zethson Sep 30, 2024
7c6a679
:art: Debug
Zethson Sep 30, 2024
f7e3857
:art: Tree
Zethson Sep 30, 2024
9e05040
:art: Fix output dir
Zethson Sep 30, 2024
0075d1e
Polish
Zethson Sep 30, 2024
2e7bea4
:art: Polish
Zethson Sep 30, 2024
bbca8bb
:art: Polish
Zethson Sep 30, 2024
10922dd
:art: Functionize
Zethson Oct 1, 2024
e04919c
:art: Polishing and fix script display
Zethson Oct 1, 2024
80a6bd8
:art: Less scary script
Zethson Oct 1, 2024
4392877
:art: Ruff
Zethson Oct 1, 2024
f6247ae
:art: Polish
Zethson Oct 1, 2024
dbc141d
:art: Polish
Zethson Oct 1, 2024
26520b5
:art: Polish
Zethson Oct 1, 2024
b7a16b2
:art: Polish
Zethson Oct 1, 2024
5eaf275
:art: Polish
Zethson Oct 1, 2024
15fa29e
:art: Hide-cell
Zethson Oct 1, 2024
d4241d2
💄 Polish notebook
falexwolf Oct 1, 2024
d5f7a46
💚 Add a comment to the script
falexwolf Oct 1, 2024
f447359
🎨 Remove ln.track() from registration script
falexwolf Oct 1, 2024
2f682fc
💚 Fix by no longer relying on global run context
falexwolf Oct 2, 2024
e70593d
:art: Fix script
Zethson Oct 2, 2024
20c034a
:art: Add screenshot
Zethson Oct 3, 2024
18dcb9c
:art: Improve workflow
Zethson Oct 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,32 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
env:
GITHUB_EVENT_NAME: ${{ github.event_name }}
NXF_ANSI_LOG: false
strategy:
fail-fast: false
timeout-minutes: 50
timeout-minutes: 30

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: laminlabs/lndocs
ssh-key: ${{ secrets.READ_LNDOCS }}
path: lndocs
ref: main
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"
cache-dependency-path: ".github/workflows/build.yml"
- uses: nf-core/setup-nextflow@v1
python-version: "3.11"

- uses: nf-core/setup-nextflow@v2
with:
version: "latest-stable"

- uses: actions/cache@v3
with:
path: ~/.cache/pre-commit
Expand Down
11 changes: 4 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,9 @@ _docs_tmp*
# Nextflow
.nextflow*
work
fetchngs-results
nextflow_rna_seq
rna-seq-results
multiqc_report.html
differentialabundance-results
test-datasets
nextflow-mcmicro
exemplar-001
exemplar-001-mcmicro-execution_report.html
test-nextflow
scrnaseq_input
scrnaseq_output
test.ipynb
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
:maxdepth: 1
:hidden:

mcmicro
nf_core_scrnaseq
changelog
```
257 changes: 0 additions & 257 deletions docs/mcmicro.ipynb

This file was deleted.

74 changes: 0 additions & 74 deletions docs/mcmicro.py

This file was deleted.

Loading
Loading