Build pipeline: vsh-ci-build-template-k4qzr
Source commit: 173327cc56
Source message: Cellranger multi conversion: fix combined AB + CB probe experiments (#1062)
15 lines
245 B
Bash
Executable File
15 lines
245 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eo pipefail
|
|
|
|
|
|
# settings
|
|
ID=vireo_test_data
|
|
OUT=resources_test/$ID
|
|
DIR="$OUT"
|
|
|
|
mkdir -p "$OUT"
|
|
cd "$OUT"
|
|
# download vireo tutorial dataset
|
|
wget https://github.com/single-cell-genetics/vireo/raw/master/data/cells.cellSNP.vcf.gz
|