annotate get_test_data.sh @ 0:dcc82e999439 draft

"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
author ebi-gxa
date Tue, 15 Feb 2022 07:54:15 +0000
parents
children ebca4912eabe
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
1 #!/usr/bin/env bash
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
2
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
3 BASE_LINK="https://raw.githubusercontent.com/nunofonseca/fastq_utils/master/tests"
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
4
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
5 BAR11_FILE="barcode_test_1.fastq.gz"
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
6 BAR12_FILE="barcode_test_2.fastq.gz"
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
7 BAR21_FILE="barcode_test2_1.fastq.gz"
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
8 BAR22_FILE="barcode_test2_2.fastq.gz"
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
9 INTER_FILE="inter.fastq.gz"
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
10 A1_FILE="a_1.fastq.gz"
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
11 POLYAT_FILE="poly_at.fastq.gz"
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
12 POLYAT3_FILE="poly_at_len3.fastq.gz"
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
13
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
14 BAR11_LINK=$BASE_LINK"/"$BAR11_FILE
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
15 BAR12_LINK=$BASE_LINK"/"$BAR12_FILE
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
16 BAR21_LINK=$BASE_LINK"/"$BAR21_FILE
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
17 BAR22_LINK=$BASE_LINK"/"$BAR22_FILE
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
18 INTER_LINK=$BASE_LINK"/"$INTER_FILE
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
19 A1_LINK=$BASE_LINK"/"$A1_FILE
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
20 POLYAT_LINK=$BASE_LINK"/"$POLYAT_FILE
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
21 POLYAT3_LINK=$BASE_LINK"/"$POLYAT3_FILE
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
22
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
23 function get_data {
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
24 local link=$1
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
25 local fname=$2
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
26
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
27 if [ ! -f $fname ]; then
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
28 echo "$fname not available locally, downloading.."
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
29 wget -O $fname --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 -t 3 $link
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
30 fi
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
31 }
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
32
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
33 # Get test data
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
34 pushd test-data
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
35
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
36 get_data $BAR11_LINK $BAR11_FILE
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
37 get_data $BAR12_LINK $BAR12_FILE
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
38 get_data $BAR21_LINK $BAR21_FILE
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
39 get_data $BAR22_LINK $BAR22_FILE
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
40 get_data $INTER_LINK $INTER_FILE
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
41 get_data $A1_LINK $A1_FILE
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
42 get_data $POLYAT_LINK $POLYAT_FILE
dcc82e999439 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/qc/fastq_utils commit 3922947623a7f343e3d0475e82b72bba75c794e7"
ebi-gxa
parents:
diff changeset
43 get_data $POLYAT3_LINK $POLYAT3_FILE