My recent bcbio jobs failed with "FILTER 'REJECT' is not defined in the header" error (yaml attached).
Here's the tail of the error message, can you help me to fix this or you need more information?
Traceback (most recent call last):
File "/fdb/bcbio-nextgen/current/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 23, in run
_do_run(cmd, checks, log_stdout, env=env)
File "/fdb/bcbio-nextgen/current/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 103, in _do_run
raise subprocess.CalledProcessError(exitcode, error_msg)
CalledProcessError: Command 'set -o pipefail; vcfcat <(/fdb/bcbio-nextgen/current/anaconda/bin/bcftools filter -m '+' -O v --soft-filter 'CHI2FILTER' -e 'INFO/CHI2 > 20.0' /gpfs/gsfs4/users/nextgen/Xiaopeng/DCEG/bcbio/dream_indel/scalpel/12/dream_set4-12_0_32963615-scalpel-work/main/somatic.indel.vcf.gz) <(/fdb/bcbio-nextgen/current/anaconda/bin/bcftools filter -m '+' -O v --soft-filter 'REJECT' -e '%TYPE="indel"' /gpfs/gsfs4/users/nextgen/Xiaopeng/DCEG/bcbio/dream_indel/scalpel/12/dream_set4-12_0_32963615-scalpel-work/main/common.indel.vcf.gz) | awk -F$'\t' -v OFS='\t' '{if ($0 !~ /^#/) gsub(/[KMRYSWBVHDXkmryswbvhdx]/, "N", $4) } {print}' | /fdb/bcbio-nextgen/current/anaconda/bin/vcfstreamsort | grep -v ^##contig | bcftools annotate -h /gpfs/gsfs4/users/nextgen/Xiaopeng/DCEG/bcbio/dream_indel/bcbiotx/tmpe44KMf/dream_set4-12_0_32963615-contig_header.txt | bgzip -c > /gpfs/gsfs4/users/nextgen/Xiaopeng/DCEG/bcbio/dream_indel/bcbiotx/tmpe44KMf/dream_set4-12_0_32963615.vcf.gz
[W::vcf_parse] FILTER 'REJECT' is not defined in the header
Encountered error, cannot proceed. Please check the error output above.
grep: write error
' returned non-zero exit status 255