Skip to content

Commit

Permalink
wfmash v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekg committed Jul 2, 2024
1 parent a15e350 commit 0ff5fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN wget https://github.com/samtools/bcftools/releases/download/1.19/bcftools-1.
RUN git clone --recursive https://github.com/waveygang/wfmash \
&& cd wfmash \
&& git pull \
&& git checkout 251f4e1d7770723d3495e9d7b443f941798d4174 \
&& git checkout 2243583d2f4272ce5254be9ffc508d492dd8b6f8 \
&& git submodule update --init --recursive \
&& sed -i 's/-march=native/-march=sandybridge/g' src/common/wflign/deps/WFA2-lib/Makefile \
&& cmake -H. -DCMAKE_BUILD_TYPE=Generic -DEXTRA_FLAGS='-march=sandybridge -Ofast' -Bbuild && cmake --build build -- -j $(nproc) \
Expand Down
2 changes: 1 addition & 1 deletion pggb
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ if [[ "$input_paf" == false ]]; then
"$input_fasta" \
--lower-triangular \
--hg-filter-ani-diff $hg_filter_ani_diff \
-i "$prefix_mappings_paf".mappings.$mapper.paf --invert-filtering \
-i "$prefix_mappings_paf".mappings.$mapper.paf \
> "$prefix_paf".alignments.$mapper.paf) 2> >(tee -a "$log_file")
fi
fi
Expand Down

0 comments on commit 0ff5fdb

Please sign in to comment.