Skip to content

Commit

Permalink
Added files for testing CRISPR screening with 10X.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Dec 27, 2022
1 parent 282b04d commit 508d1c4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 10x-crispr/download.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

curl https://cf.10xgenomics.com/samples/cell-exp/6.0.0/SC3_v3_NextGem_DI_CRISPR_A549_5K_SC3_v3_NextGem_DI_CRISPR_A549_5K/SC3_v3_NextGem_DI_CRISPR_A549_5K_SC3_v3_NextGem_DI_CRISPR_A549_5K_count_sample_feature_bc_matrix.h5 > crispr_6.0.0-tenx.h5

curl https://cf.10xgenomics.com/samples/cell-exp/6.0.0/SC3_v3_NextGem_DI_CRISPR_A549_5K_SC3_v3_NextGem_DI_CRISPR_A549_5K/SC3_v3_NextGem_DI_CRISPR_A549_5K_SC3_v3_NextGem_DI_CRISPR_A549_5K_count_sample_feature_bc_matrix.tar.gz > crispr-mtx.tar.gz
tar -xvf crispr-mtx.tar.gz
rm crispr-mtx.tar.gz

mv sample_feature_bc_matrix/barcodes.tsv.gz crispr_6.0.0-barcodes.tsv.gz
mv sample_feature_bc_matrix/features.tsv.gz crispr_6.0.0-features.tsv.gz
mv sample_feature_bc_matrix/matrix.mtx.gz crispr_6.0.0-matrix.mtx.gz

0 comments on commit 508d1c4

Please sign in to comment.