|
|
|
|
|
|
|
|
set -e |
|
|
set -e |
|
|
mkdir -p /cromwell_root/tmp/fastqc |
|
|
mkdir -p /cromwell_root/tmp/fastqc |
|
|
mkdir -p /cromwell_root/tmp/fastqscreen |
|
|
mkdir -p /cromwell_root/tmp/fastqscreen |
|
|
mkdir -p /cromwell_root/tmp/bamqc |
|
|
|
|
|
mkdir -p /cromwell_root/tmp/benchmark |
|
|
mkdir -p /cromwell_root/tmp/benchmark |
|
|
|
|
|
|
|
|
cp ${sep=" " read1_zip} ${sep=" " read2_zip} /cromwell_root/tmp/fastqc |
|
|
cp ${sep=" " read1_zip} ${sep=" " read2_zip} /cromwell_root/tmp/fastqc |
|
|
cp ${sep=" " txt1} ${sep=" " txt2} /cromwell_root/tmp/fastqscreen |
|
|
cp ${sep=" " txt1} ${sep=" " txt2} /cromwell_root/tmp/fastqscreen |
|
|
cp ${sep=" " summary} /cromwell_root/tmp/benchmark |
|
|
cp ${sep=" " summary} /cromwell_root/tmp/benchmark |
|
|
for i in ${sep=" " zip} |
|
|
|
|
|
do |
|
|
|
|
|
tar -zxvf $i -C /cromwell_root/tmp/bamqc |
|
|
|
|
|
done |
|
|
|
|
|
|
|
|
|
|
|
multiqc /cromwell_root/tmp/ |
|
|
multiqc /cromwell_root/tmp/ |
|
|
|
|
|
|