String disk_size | String disk_size | ||||
command << | command << | ||||
if [ ${method}=="amplicon" ]; then | |||||
#if [ ${method}=="amplicon" ]; then | |||||
cp ${bed} access-mappable.bed | cp ${bed} access-mappable.bed | ||||
else | |||||
cnvkit.py access -s ${min_gap_size} -o access-mappable.bed ${fasta} | |||||
fi | |||||
#else | |||||
# cnvkit.py access -s ${min_gap_size} -o access-mappable.bed ${fasta} | |||||
#fi | |||||
>>> | >>> | ||||
runtime { | runtime { |