-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathget_test_data.sh
More file actions
46 lines (44 loc) · 5.46 KB
/
get_test_data.sh
File metadata and controls
46 lines (44 loc) · 5.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#!/bin/bash
# Create test_data directory if it doesn't exist
mkdir -p test_data
curl -o test_data/Sample_25067cebsemb_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_25067cebsemb_R1.fastq.gz
curl -o test_data/Sample_25067cebsemb_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_25067cebsemb_R2.fastq.gz
curl -o test_data/Sample_213aab83semb_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_213aab83semb_R1.fastq.gz
curl -o test_data/Sample_213aab83semb_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_213aab83semb_R2.fastq.gz
curl -o test_data/Sample_454f0c67semb_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_454f0c67semb_R1.fastq.gz
curl -o test_data/Sample_454f0c67semb_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_454f0c67semb_R2.fastq.gz
curl -o test_data/Sample_eb789dafsemb_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_eb789dafsemb_R1.fastq.gz
curl -o test_data/Sample_eb789dafsemb_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_eb789dafsemb_R2.fastq.gz
curl -o test_data/Sample_6d8e0e28semb_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_6d8e0e28semb_R1.fastq.gz
curl -o test_data/Sample_6d8e0e28semb_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_6d8e0e28semb_R2.fastq.gz
curl -o test_data/Sample_58e78605semb_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_58e78605semb_R1.fastq.gz
curl -o test_data/Sample_58e78605semb_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_58e78605semb_R2.fastq.gz
curl -o test_data/Sample_f7e53a6bsemb_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_f7e53a6bsemb_R1.fastq.gz
curl -o test_data/Sample_f7e53a6bsemb_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_f7e53a6bsemb_R2.fastq.gz
curl -o test_data/Sample_a30abdfcwCov_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_a30abdfcwCov_R1.fastq.gz
curl -o test_data/Sample_a30abdfcwCov_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_a30abdfcwCov_R2.fastq.gz
curl -o test_data/Sample_f937a7bagrad_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_f937a7bagrad_R1.fastq.gz
curl -o test_data/Sample_f937a7bagrad_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_f937a7bagrad_R2.fastq.gz
curl -o test_data/Sample_e236b6bdsemb_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_e236b6bdsemb_R1.fastq.gz
curl -o test_data/Sample_e236b6bdsemb_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_e236b6bdsemb_R2.fastq.gz
curl -o test_data/Sample_6d72ba33semb_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_6d72ba33semb_R1.fastq.gz
curl -o test_data/Sample_6d72ba33semb_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_6d72ba33semb_R2.fastq.gz
curl -o test_data/Sample_b54727aesemb_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_b54727aesemb_R1.fastq.gz
curl -o test_data/Sample_b54727aesemb_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_b54727aesemb_R2.fastq.gz
curl -o test_data/Sample_da0a7978semb_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_da0a7978semb_R1.fastq.gz
curl -o test_data/Sample_da0a7978semb_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_da0a7978semb_R2.fastq.gz
curl -o test_data/Sample_9922a0e9unca_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_9922a0e9unca_R1.fastq.gz
curl -o test_data/Sample_9922a0e9unca_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_9922a0e9unca_R2.fastq.gz
curl -o test_data/Sample_4d9ab532semb_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_4d9ab532semb_R1.fastq.gz
curl -o test_data/Sample_4d9ab532semb_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_4d9ab532semb_R2.fastq.gz
curl -o test_data/Sample_256a041esemb_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_256a041esemb_R1.fastq.gz
curl -o test_data/Sample_256a041esemb_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_256a041esemb_R2.fastq.gz
curl -o test_data/Sample_283376d3semb_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_283376d3semb_R1.fastq.gz
curl -o test_data/Sample_283376d3semb_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_283376d3semb_R2.fastq.gz
curl -o test_data/Sample_21984b5fntam_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_21984b5fntam_R1.fastq.gz
curl -o test_data/Sample_21984b5fntam_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_21984b5fntam_R2.fastq.gz
curl -o test_data/Sample_6d9ceb52semb_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_6d9ceb52semb_R1.fastq.gz
curl -o test_data/Sample_6d9ceb52semb_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_6d9ceb52semb_R2.fastq.gz
curl -o test_data/Sample_3cc326fantam_R1.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_3cc326fantam_R1.fastq.gz
curl -o test_data/Sample_3cc326fantam_R2.fastq.gz https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/Sample_3cc326fantam_R2.fastq.gz
curl -o test_data/real_assembly_sample_sheet_1b3350d069.csv https://pub-e661bf7ded744bd79c156d3a4f4323ef.r2.dev/real_assembly_sample_sheet_1b3350d069.csv