+ SRA=/export/sra + PRJN=SRP135886 + RUNS=10 + READS=10000 + esearch -db sra -query SRP135886 + efetch -format runinfo + cat runinfo.csv + grep SRR + cut -f 1 -d , + head -10 + cat runids.txt + parallel fastq-dump --split-files -X 10000 --outdir /export/sra '{}' + mkdir -p fastqc + fastqc -o fastqc 'reads/*.fastq' Skipping 'reads/*.fastq' which didn't exist, or couldn't be read + rm -f 'fastqc/*.zip'