String disk_size | String disk_size | ||||
command <<< | command <<< | ||||
python /opt/replicates_consensus.py -vcf ${chromo_file} -prefix ${chromo} | |||||
cat ${chromo_file} | grep -v '##' > ${chromo}.txt | |||||
python /opt/replicates_consensus.py -vcf ${chromo}.txt -prefix ${chromo} | |||||
>>> | >>> |