Skip to content

Commit

Permalink
Only run rresolver in Bloom filter mode
Browse files Browse the repository at this point in the history
  • Loading branch information
schutzekatze committed Apr 3, 2021
1 parent 5c2a3b3 commit 25f5f66
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/abyss-pe
Original file line number Diff line number Diff line change
Expand Up @@ -562,9 +562,17 @@ endif

# Resolve repeats with short reads

ifdef B
%-1-rr.fa %-1-rr.$g: %-1.fa %-1.$g
$(gtime) abyss-rresolver-short $v -b$B -j$j -k$k $(RRESOLVER_OPTIONS) \
-h $*-1-rr --$g -c $*-1-rr.fa -g $*-1-rr.$g $^ $(in) $(se)
else
%-1-rr.fa: %-1.fa
ln -s $< $@

%-1-rr.$g: %-1.$g
ln -s $< $@
endif

# Remove shim contigs

Expand Down

0 comments on commit 25f5f66

Please sign in to comment.