set -e | set -e | ||||
nt=$(nproc) | nt=$(nproc) | ||||
source /etc/profile | |||||
awk -F'\t' '{if(($1~"^#")||($1!~"^#" && $7=="PASS")){print $0}}' ${vcf} > ${sample_id}.vcf | awk -F'\t' '{if(($1~"^#")||($1!~"^#" && $7=="PASS")){print $0}}' ${vcf} > ${sample_id}.vcf | ||||
# Judge the SAMPLE info of vcf file | # Judge the SAMPLE info of vcf file |