Révision d492bca4
b/doc/sphinx_doc/conf.py | ||
---|---|---|
50 | 50 |
# built documents. |
51 | 51 |
# |
52 | 52 |
# The short X.Y version. |
53 |
version = '2.3.35'
|
|
53 |
version = '2.3.36'
|
|
54 | 54 |
# The full version, including alpha/beta/rc tags. |
55 |
release = '2.3.35'
|
|
55 |
release = '2.3.36'
|
|
56 | 56 |
|
57 | 57 |
# The language for content autogenerated by Sphinx. Refer to documentation |
58 | 58 |
# for a list of supported languages. |
b/doc/sphinx_doc/rref.rst | ||
---|---|---|
1252 | 1252 |
+---------------+---------------------------------------------------+ |
1253 | 1253 |
| Author: | Florent Chuffart | |
1254 | 1254 |
+---------------+---------------------------------------------------+ |
1255 |
| Version: | 2.3.35 |
|
|
1255 |
| Version: | 2.3.36 |
|
|
1256 | 1256 |
+---------------+---------------------------------------------------+ |
1257 | 1257 |
| License: | CeCILL | |
1258 | 1258 |
+---------------+---------------------------------------------------+ |
b/src/DESCRIPTION | ||
---|---|---|
1 | 1 |
Package: nucleominer |
2 | 2 |
Maintainer: Florent Chuffart <florent.chuffart@ens-lyon.fr> |
3 | 3 |
Author: Florent Chuffart |
4 |
Version: 2.3.35
|
|
4 |
Version: 2.3.36
|
|
5 | 5 |
License: CeCILL |
6 | 6 |
Title: nm |
7 | 7 |
Depends: seqinr, plotrix, DESeq, cachecache |
b/src/R/nucleominer.R | ||
---|---|---|
2039 | 2039 |
|
2040 | 2040 |
if (plot_fuzzy_nucs) { |
2041 | 2041 |
fuzzy_map = fuzzy_maps[[strain]] |
2042 |
rect(sign(x_min) * fuzzy_map$lower_bound + shift, y_min, sign(x_min) * fuzzy_map$upper_bound + shift, y_max, col=adjustcolor(3, alpha.f = 0.1), border=1) |
|
2042 |
if (nrow(fuzzy_map) > 0) { |
|
2043 |
rect(sign(x_min) * fuzzy_map$lower_bound + shift, y_min, sign(x_min) * fuzzy_map$upper_bound + shift, y_max, col=adjustcolor(3, alpha.f = 0.1), border=1) |
|
2044 |
} |
|
2043 | 2045 |
} |
2044 | 2046 |
|
2045 | 2047 |
if (plot_wp_nucs) { |
Formats disponibles : Unified diff