Skip to content

Commit 911ec94

Browse files
committed
fix docs, mute tests for now
1 parent 9b96c90 commit 911ec94

38 files changed

Lines changed: 73 additions & 77 deletions

.github/workflows/Barcode.Custom.10x.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Barcode Custom SC 10x
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 4 * * 1'
5+
# schedule:
6+
# - cron: '0 4 * * 1'
77

88
env:
99
LAUNCHER: ${{github.workspace}}/tests/github/run_barcode_test.py

.github/workflows/Barcode.Custom.Curio.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Barcode Custom SC Curio
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 3 * * 3'
5+
# schedule:
6+
# - cron: '0 3 * * 3'
77

88
env:
99
LAUNCHER: ${{github.workspace}}/tests/github/run_barcode_test.py

.github/workflows/Barcode.Custom.StereoSeq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Barcode Custom SC StereoSeq
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 1 * * 5'
5+
# schedule:
6+
# - cron: '0 1 * * 5'
77

88
env:
99
LAUNCHER: ${{github.workspace}}/tests/github/run_barcode_test.py

.github/workflows/Barcode.Custom.VisiumHD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Barcode Custom SC Visium HD
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 2 * * 4'
5+
# schedule:
6+
# - cron: '0 2 * * 4'
77

88
env:
99
LAUNCHER: ${{github.workspace}}/tests/github/run_barcode_test.py

.github/workflows/Barcode.Human.Curio.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Barcode Human Curio ONT
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 1 * * 0'
5+
# schedule:
6+
# - cron: '0 1 * * 0'
77

88
env:
99
LAUNCHER: ${{github.workspace}}/tests/github/run_barcode_test.py

.github/workflows/Barcode.Mouse.10x.BAM.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Barcode Mouse 10x BAM R10.4
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '15 3 * * 2'
5+
# schedule:
6+
# - cron: '15 3 * * 2'
77

88
env:
99
LAUNCHER: ${{github.workspace}}/tests/github/run_barcode_test.py

.github/workflows/Barcode.Mouse.10x.ONT_Stereo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Barcode Mouse 10x ONT Stereo
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '30 2 * * 1'
5+
# schedule:
6+
# - cron: '30 2 * * 1'
77

88
env:
99
LAUNCHER: ${{github.workspace}}/tests/github/run_barcode_test.py

.github/workflows/Barcode.Mouse.StereoSeq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Barcode Mouse StereoSeq
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 2 * * 4'
5+
# schedule:
6+
# - cron: '0 2 * * 4'
77

88
env:
99
LAUNCHER: ${{github.workspace}}/tests/github/run_barcode_test.py

.github/workflows/Barcode.Mouse.StereoSeq_concat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Barcode Mouse StereoSeq concat
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '45 1 * * 3'
5+
# schedule:
6+
# - cron: '45 1 * * 3'
77

88
env:
99
LAUNCHER: ${{github.workspace}}/tests/github/run_barcode_test.py

.github/workflows/Barcode.Mouse.VisiumHD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Barcode Mouse Visium HD
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '30 3 * * 5'
5+
# schedule:
6+
# - cron: '30 3 * * 5'
77

88
env:
99
LAUNCHER: ${{github.workspace}}/tests/github/run_barcode_test.py

0 commit comments

Comments
 (0)