Skip to content

Commit

Permalink
removed test.h5ad and downloads it from zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
anilthanki committed Dec 18, 2023
1 parent e14317f commit 0f0a4e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tools/tertiary-analysis/decoupler/get_test_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,17 @@ pushd test-data
get_data $MTX_LINK $BASENAME_FILE


# Download input anndata for decoupler-pathway_inference
BASENAME_FILE='pbmc3k_processed.h5ad'

MTX_LINK='https://zenodo.org/records/3752813/files/pbmc3k_processed.h5ad'

get_data $MTX_LINK $BASENAME_FILE
get_data $MTX_LINK $BASENAME_FILE

# Download output anndata for decoupler-pathway_inference
BASENAME_FILE='test.h5ad'

MTX_LINK='https://zenodo.org/records/10401958/files/test.h5ad'

get_data $MTX_LINK $BASENAME_FILE

Binary file not shown.

0 comments on commit 0f0a4e2

Please sign in to comment.