You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
-**[Redundans docs](#redundans-docs)**
3
3
-**[FAQ](#faq)**
4
4
-**[FAQ - INSTALL.sh](#faq---installsh)**
5
-
-**[Citation](#citation)**
6
5
7
6
# Redundans docs
8
7
@@ -56,7 +55,7 @@ IOError: [Errno 2] No such file or directory: '.../test/run11/_sspace.1.1.fa'
56
55
### Why does Redundans use two similarity search algorithms, [BLAT](https://genome.ucsc.edu/FAQ/FAQblat.html#blat3) & [LAST](http://last.cbrc.jp/)?
57
56
BLAT is lightweight & very fast, but lack sensitivity for more diverged sequences. If you specify `--identity` below 0.85, the pipeline will use LAST, that is ~4x slower, but more sensitive than BLAT.
58
57
Our simulations shows LAST is capable of correctly reducing heterozygous assemblies with up to 45% divergence between haplotypes.
59
-
To limit speed difference between these two algorithms, LAST **runs in multiple threads**, so using `-t 4` you shouldn't see any difference in runtime between runs for `--identity 0.9` or `--identity 0.5`. Note, this only works in Python 2.7!
58
+
To limit speed difference between these two algorithms, LAST **runs in multiple threads**, so using `-t 4` you shouldn't see any difference in runtime between runs for `--identity 0.9` or `--identity 0.5`.
60
59
61
60
### How is multiple redundancy handled?
62
61
Redundans removes all contigs, but the longest one, that fullfill identity & overlap critaria during reduction step. For more info see [issue #8](https://github.com/lpryszcz/redundans/issues/8).
@@ -65,6 +64,9 @@ Redundans removes all contigs, but the longest one, that fullfill identity & ove
65
64
https://github.com/Gabaldonlab/redundans is the official repository for Redundans, but we keep https://github.com/lpryszcz/redundans for back-compatibility, as some of the very first users of Redundans use it.
66
65
**Both Redundans repositories contain the same code and are regularly updated.**
67
66
67
+
### How to cite Redundans?
68
+
Leszek P. Pryszcz and Toni Gabaldón (Submitted) Redundans: an assembly pipeline for highly heterozygous genomes. NAR
69
+
68
70
## FAQ - INSTALL.sh
69
71
### Installation succeeded, but redundans fails with `ImportError: No module named Bio`
70
72
Make sure you opened new terminal window after installation finished.
0 commit comments