Skip to content

Commit 54f4f29

Browse files
committed
removed script: gen_fastq.sh --> confused with get_fastq.sh
1 parent fdf0473 commit 54f4f29

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

scripts/gen_fastq.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

scripts/get_fastq.sh

100644100755
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

3-
LINES=10000
3+
LINES=400000
44
OUT_1=test_1.fq
55
OUT_2=test_2.fq
66

7-
curl ftp://ftp.sra.ebi.ac.uk/vol1/fastq/ERR024/ERR024163/ERR024163_1.fastq.gz 2>/dev/null | gunzip | head -n $LINES > $OUT_1
8-
curl ftp://ftp.sra.ebi.ac.uk/vol1/fastq/ERR024/ERR024163/ERR024163_2.fastq.gz 2>/dev/null | gunzip | head -n $LINES > $OUT_2
7+
curl ftp://ftp.sra.ebi.ac.uk/vol1/fastq/ERR174/ERR174324/ERR174324_1.fastq.gz 2>/dev/null | gunzip | head -n $LINES > $OUT_1
8+
curl ftp://ftp.sra.ebi.ac.uk/vol1/fastq/ERR174/ERR174324/ERR174324_2.fastq.gz 2>/dev/null | gunzip | head -n $LINES > $OUT_2

0 commit comments

Comments
 (0)