Skip to content

Commit ce03c3b

Browse files
committed
(fix): run on all files
1 parent 91e2a44 commit ce03c3b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+45
-52
lines changed

.coveragerc_omit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ omit =
1010
vitessce/data_utils/anndata.py
1111
vitessce/data_utils/ome.py
1212
vitessce/data_utils/entities.py
13-
vitessce/data_utils/multivec.py
13+
vitessce/data_utils/multivec.py

.coveragerc_real

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
[report]
22
exclude_lines =
3-

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
use conda vitessce-python-dev
1+
use conda vitessce-python-dev

README.md

Lines changed: 1 addition & 1 deletion

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ dependencies:
1515
- pip:
1616
- loompy
1717
- scanpy
18-
- vitessce[all]
18+
- vitessce[all]

demos/.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
use conda vitessce-python-demos
1+
use conda vitessce-python-demos

demos/README.md

Lines changed: 2 additions & 2 deletions

demos/Snakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ subworkflow codeluppi_2018:
2626
subworkflow codeluppi_2018_via_zarr:
2727
workdir:
2828
"codeluppi-2018-via-zarr"
29-
29+
3030
subworkflow combat_2022:
3131
workdir:
3232
"combat-2022"
@@ -131,4 +131,4 @@ rule fill_templates:
131131
for subworkflow_dir in params.subworkflow_dirs:
132132
if os.path.exists(os.path.join(subworkflow_dir, 'vitessce.template.json')):
133133
shell(f"python fill_template.py -d {subworkflow_dir} -t local > {os.path.join(subworkflow_dir, 'vitessce.local.json')}")
134-
shell(f"python fill_template.py -d {subworkflow_dir} -t remote -v {BUCKET_VERSION} > {os.path.join(subworkflow_dir, 'vitessce.remote.json')}")
134+
shell(f"python fill_template.py -d {subworkflow_dir} -t remote -v {BUCKET_VERSION} > {os.path.join(subworkflow_dir, 'vitessce.remote.json')}")

demos/codeluppi-2018-via-zarr/vitessce.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,4 @@
238238
"h": 2
239239
}
240240
]
241-
}
241+
}

demos/codeluppi-2018/Snakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ rule download_molecules_hdf5:
129129
shell:
130130
'''
131131
curl -L --retry 999 --retry-delay 3 -C - -o {output} {params.file_url}
132-
'''
132+
'''

0 commit comments

Comments
 (0)