Skip to content

Commit

Permalink
missing param in partition-before-pggb
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Nov 4, 2023
1 parent 994ab52 commit d1cc34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partition-before-pggb
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ ls "$prefix_paf".community.*.$fasta_ext | while read community; do
cat <<EOT | tee -a "$log_file" "$param_file"
pggb -i $community \\
-o $community.out \\
-s $segment_length -l $block_length -p $map_pct_id -n $n_mappings -K $mash_kmer -F $mash_kmer_thres \\
-s $segment_length -l $block_length -p $map_pct_id -n $n_mappings -K $mash_kmer -F $mash_kmer_thres -g $hg_filter_ani_diff \\
-k $min_match_length -f $sparse_factor -B $transclose_batch \\
-j $max_path_jump -e $max_edge_jump -G $target_poa_length $poa_params_cmd -O $poa_padding -d $pad_max_depth -Q $consensus_prefix \\
$params
Expand Down

0 comments on commit d1cc34b

Please sign in to comment.