|
|
@@ -10,10 +10,9 @@ task prepareaa { |
|
|
|
command <<< |
|
|
|
set -o pipefail |
|
|
|
set -e |
|
|
|
now_wd=`pwd` |
|
|
|
# cd /home/ |
|
|
|
# mkdir /home/output/${sample_name} |
|
|
|
# /home/programs/PrepareAA-master/PrepareAA.py -s ${sample_name} -t 15 --cnvkit_dir /home/programs/cnvkit.py --sorted_bam ${dedup_bam} --run_AA --ref GRCh38 -o /home/output/${sample_name}/ |
|
|
|
cd /home/ |
|
|
|
mkdir /home/output/${sample_name} |
|
|
|
/home/programs/PrepareAA-master/PrepareAA.py -s ${sample_name} -t 15 --cnvkit_dir /home/programs/cnvkit.py --sorted_bam ${dedup_bam} --run_AA --ref GRCh38 -o /home/output/${sample_name}/ |
|
|
|
|
|
|
|
>>> |
|
|
|
|
|
|
@@ -24,7 +23,6 @@ task prepareaa { |
|
|
|
dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/" |
|
|
|
} |
|
|
|
output { |
|
|
|
#Array[File] prepareaa_result= glob("/home/output/*") |
|
|
|
File now_wd=${now_wd} |
|
|
|
Array[File] prepareaa_result= glob("/home/output/*") |
|
|
|
} |
|
|
|
} |