Skip to content

Commit

Permalink
Merge pull request #118 from pangenome/easy-chop
Browse files Browse the repository at this point in the history
Easy chop
  • Loading branch information
ekg authored Jul 16, 2021
2 parents fcc03df + a14c273 commit bea5964
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN git clone --recursive https://github.com/ekg/seqwish \
RUN git clone --recursive https://github.com/ekg/smoothxg \
&& cd smoothxg \
&& git pull \
&& git checkout c21914c \
&& git checkout e39380d \
&& git submodule update --init --recursive \
&& sed -i 's/-march=native/-march=haswell/g' deps/abPOA/CMakeLists.txt \
&& sed -i 's/-mcx16 //g' deps/WFA/CMakeLists.txt \
Expand Down
6 changes: 3 additions & 3 deletions pggb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ block_ratio_min=0
split_min_depth=2000
max_path_jump=100
max_edge_jump=0
target_poa_length=6733,9929
target_poa_length=10000,10000
# poa param suggestions from minimap2
# - asm5, --poa-params 1,19,39,3,81,1, ~0.1 divergence
# - asm10, --poa-params 1,9,16,2,41,1, ~1 divergence
Expand Down Expand Up @@ -317,7 +317,7 @@ do
-g "$input_gfa" \
-w $max_block_weight \
-K \
-X 10 \
-X 100 \
-d $split_min_depth \
-I $block_id_min \
-R $block_ratio_min \
Expand All @@ -336,7 +336,7 @@ do
-g "$input_gfa" \
-w $max_block_weight \
-K \
-X 10 \
-X 100 \
-d $split_min_depth \
-I $block_id_min \
-R $block_ratio_min \
Expand Down

0 comments on commit bea5964

Please sign in to comment.