Skip to content
Snippets Groups Projects
Commit 7ac33a32 authored by John Lafin's avatar John Lafin
Browse files

Uncomment download commands

parent ffca0205
Branches
Tags
No related merge requests found
......@@ -3,14 +3,14 @@
mkdir -p fastqs_pbmc/
# Fetch PBMC donor 3
#curl -O https://cf.10xgenomics.com/samples/cell-exp/9.0.0/5k_Human_Donor3_PBMC_3p_gem-x_Multiplex/5k_Human_Donor3_PBMC_3p_gem-x_Multiplex_fastqs.tar
curl -O https://cf.10xgenomics.com/samples/cell-exp/9.0.0/5k_Human_Donor3_PBMC_3p_gem-x_Multiplex/5k_Human_Donor3_PBMC_3p_gem-x_Multiplex_fastqs.tar
tar -xf 5k_Human_Donor3_PBMC_3p_gem-x_Multiplex_fastqs.tar
mv 5k_Human_Donor3_PBMC_3p_gem-x_GEX_fastqs/* fastqs_pbmc/
rm -r 5k_Human_Donor3_PBMC_3p_gem-x_GEX_fastqs
rm 5k_Human_Donor3_PBMC_3p_gem-x_Multiplex_fastqs.tar
# Fetch PBMC donor 4
#curl -O https://cf.10xgenomics.com/samples/cell-exp/9.0.0/5k_Human_Donor4_PBMC_3p_gem-x_Multiplex/5k_Human_Donor4_PBMC_3p_gem-x_Multiplex_fastqs.tar
curl -O https://cf.10xgenomics.com/samples/cell-exp/9.0.0/5k_Human_Donor4_PBMC_3p_gem-x_Multiplex/5k_Human_Donor4_PBMC_3p_gem-x_Multiplex_fastqs.tar
tar -xf 5k_Human_Donor4_PBMC_3p_gem-x_Multiplex_fastqs.tar
mv 5k_Human_Donor4_PBMC_3p_gem-x_GEX_fastqs/* fastqs_pbmc/
rm -r 5k_Human_Donor4_PBMC_3p_gem-x_GEX_fastqs
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment