Build branch fix-integration-tests with version dev (2dbe3b72)
Build pipeline: vsh-ci-dev-k8tz4
Source commit: 2dbe3b7231
Source message: Fix pointers to test resources
5340
images/concepts/fig.svg
Normal file
|
After Width: | Height: | Size: 389 KiB |
1
images/concepts/fig_cell.svg
Normal file
|
After Width: | Height: | Size: 15 KiB |
1
images/concepts/fig_modality_adt.svg
Normal file
|
After Width: | Height: | Size: 13 KiB |
1
images/concepts/fig_modality_atac.svg
Normal file
|
After Width: | Height: | Size: 14 KiB |
1
images/concepts/fig_modality_rna.svg
Normal file
|
After Width: | Height: | Size: 13 KiB |
1
images/concepts/fig_modality_vdj.svg
Normal file
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 8.9 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
9
images/concepts/generate_subimages.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# so let's do it separately
|
||||
rm images/concepts/fig_*.svg
|
||||
|
||||
for id in cell modality_rna modality_adt modality_vdj modality_atac workflow_multiomics_rna_singlesample workflow_multiomics_rna_multisample workflow_multiomics_adt_singlesample workflow_multiomics_adt_multisample; do
|
||||
inkscape --export-type="svg" --export-id="$id" --export-id-only images/concepts/fig.svg
|
||||
svgo images/concepts/fig_${id}.svg
|
||||
done
|
||||