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

add barnyard dl script

parent 0b50ac75
Branches
Tags
No related merge requests found
Pipeline #13572 failed with stages
in 51 seconds
#!/bin/bash
curl -O https://cf.10xgenomics.com/samples/cell-exp/6.0.0/Brain_Tumor_3p_LT/Brain_Tumor_3p_LT_fastqs.tar -q
curl -O https://cf.10xgenomics.com/samples/cell-exp/6.0.0/Brain_Tumor_3p_LT/Brain_Tumor_3p_LT_fastqs.tar
tar -xf Brain_Tumor_3p_LT_fastqs.tar
rm Brain_Tumor_3p_LT_fastqs.tar
#!/bin/bash
curl -O https://cf.10xgenomics.com/samples/cell-exp/2.1.0/hgmm_100/hgmm_100_fastqs.tar
tar -xf hgmm_100_fastqs.tar
rm hgmm_100_fastqs.tar
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