Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Nov 2, 2023
1 parent 77839aa commit 70b5c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions partition-before-pggb
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ if [[ $sparse_map != false ]]; then
params="$params -x $sparse_map"
fi
if [[ $exclude_delim != false ]]; then
params="$params -Y $exclude_delim"
params="$params -Y \"$exclude_delim\""
fi
if [[ $skip_normalization != false ]]; then
params="$params --skip-normalization"
Expand Down Expand Up @@ -608,7 +608,7 @@ 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 \\
-k $min_match_length -f $sparse_factor -B $transclose_batch \\
-H $n_haps -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 \\
-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
EOT
done
Expand Down

0 comments on commit 70b5c70

Please sign in to comment.