Skip to content

Commit

Permalink
Merge pull request #384 from pangenome/fix_vg_deconstruct_sep
Browse files Browse the repository at this point in the history
explicit separator for vg 1.40.0
  • Loading branch information
AndreaGuarracino committed Apr 1, 2024
2 parents 7bb5b78 + 59c0f73 commit 4955406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pggb
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ if [[ $vcf_spec != false ]]; then
if [[ ! -s $vcf || $resume == false ]]; then
echo "[vg::deconstruct] making VCF with reference=$ref and delim=# xxxxxxxxxxxxx $s ------------ $pop_length"
( TEMPDIR=$(pwd) $timer -f "$fmt" vg deconstruct -P "$ref" \
-e -a -t $threads "$prefix_smoothed_output".final.gfa >"$vcf" ) 2> >(tee -a "$log_file")
-H "#" -e -a -t $threads "$prefix_smoothed_output".final.gfa >"$vcf" ) 2> >(tee -a "$log_file")
bcftools stats "$vcf" > "$vcf".stats
fi

Expand Down

0 comments on commit 4955406

Please sign in to comment.