Closed huanlity closed 8 months ago
pixel=${pixel:-${path}/filtered.matrix.tsv.gz}
mean using the input "pixel" and fallback to a default file name filtered.matrix.tsv.gz
. In the example it is ${path}/transcripts.tsv.gz
as set in the realdata.md
Thanks, Yichen
Hi, I am trying to run ficture using the example scripts. In
generric_III.sh
file, the variable pixel was defined aspixel=${pixel:-${path}/filtered.matrix.tsv.gz}
, but thefiltered.matrix.tsv.gz
cannot be found in the data folder. Could you please upload this file? Thank you!Also, I got an error when running this, any idea how to fix it?
python [/Users/whuan/dev/ficture/script/make_spatial_minibatch.py](https://file+.vscode-resource.vscode-cdn.net/Users/whuan/dev/ficture/script/make_spatial_minibatch.py) --input [/Users/whuan/dev/ficture/examples/data/transcripts.tsv.gz](https://file+.vscode-resource.vscode-cdn.net/Users/whuan/dev/ficture/examples/data/transcripts.tsv.gz) --output [/Users/whuan/dev/ficture/examples/data/batched.matrix.tsv.gz](https://file+.vscode-resource.vscode-cdn.net/Users/whuan/dev/ficture/examples/data/batched.matrix.tsv.gz) --mu_scale 1 --batch_size 500 --batch_buff 30 --major_axis Y
error:
Thanks, Huan