File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,6 @@ ${PYPY} ${CLAIR3} SortVcf \
188188 --cmd_fn ${OUTPUT_FOLDER} /tmp/CMD \
189189 --ref_fn ${REFERENCE_FILE_PATH} \
190190 --pileup_only ${PILEUP_ONLY} \
191- --output_all_contigs_in_gvcf_header ${OUTPUT_ALL_CONTIGS} \
192191 --print_ref_calls ${SHOW_REF} \
193192 --haploid_precise ${HAP_PRE} \
194193 --haploid_sensitive ${HAP_SEN} \
362361 --input_dir ${TMP_FILE_PATH} /merge_output \
363362 --vcf_fn_prefix " merge" \
364363 --vcf_fn_suffix " .gvcf" \
364+ --output_all_contigs_in_gvcf_header ${OUTPUT_ALL_CONTIGS} \
365365 --output_fn ${OUTPUT_FOLDER} /merge_output.gvcf \
366366 --sampleName ${SAMPLE} \
367367 --ref_fn ${REFERENCE_FILE_PATH} \
@@ -438,4 +438,4 @@ echo $''
438438echo " [INFO] Finish calling, output file: ${OUTPUT_FOLDER} /merge_output.vcf.gz"
439439
440440if [ ${FINAL_WH_PHASING} == True ]; then echo " [INFO] Finish calling, phased output file: ${OUTPUT_FOLDER} /phased_merge_output.vcf.gz" ; fi
441- if [ ${FINAL_WH_HAPLOTAG} == True ]; then echo " [INFO] Finish calling, phased output BAM file: ${OUTPUT_FOLDER} /phased_output.bam" ; fi
441+ if [ ${FINAL_WH_HAPLOTAG} == True ]; then echo " [INFO] Finish calling, phased output BAM file: ${OUTPUT_FOLDER} /phased_output.bam" ; fi
You can’t perform that action at this time.
0 commit comments