From 25f5f66f4cc1b1a04fbe3082e17eb59cdeef0b76 Mon Sep 17 00:00:00 2001 From: schutzekatze Date: Fri, 2 Apr 2021 21:01:30 -0700 Subject: [PATCH] Only run rresolver in Bloom filter mode --- bin/abyss-pe | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bin/abyss-pe b/bin/abyss-pe index 74bd5b4ea..f818eff3c 100755 --- a/bin/abyss-pe +++ b/bin/abyss-pe @@ -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