-
Notifications
You must be signed in to change notification settings - Fork 6
/
changelog.html
62 lines (31 loc) · 1.36 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<title>rnaQUAST changelog</title>
<body>
<h2>rnaQUAST changelog</h2>
<h3>rnaQUAST 2.3.0, 21st June 2024</h3>
<p>Switch to python3 as default.</p>
<p>Allow setting output folder with <code>--test</code>.</p>
<p>Fix <code>--test</code>.</p>
<h3>rnaQUAST 2.2.4, 31st July 2023</h3>
<p>Fixed math imports (thanks to @sukhanovaxenia).</p>
<p>Fixed numpy min failure (thanks to @r78v10a07).</p>
<h3>rnaQUAST 2.2.3, 22nd March 2023</h3>
<p>Fixed BUSCO offline usage (thanks to @Lucy-Quirk).</p>
<h3>rnaQUAST 2.2.2, 15th March 2022</h3>
<p>Fixed prokaryotic annotation analysis (thanks to Nikoletta Nagy).</p>
<h3>rnaQUAST 2.2.1, 14th October 2021</h3>
<p>Fixed exit code (thanks to Matthias Bernt).</p>
<p>Removed deprecated matplotlib arguments (thanks to sjaenick).</p>
<h3>rnaQUAST 2.2.0, 23 November 2020</h3>
<p>Fixed BUSCO reports.</p>
<p>Fixed BLAT launch.</p>
<h3>rnaQUAST 2.1.0, 6 July 2020</h3>
<p>Switched to BUSCO v4.</p>
<h3>rnaQUAST 2.0.1, 28 March 2020</h3>
<p>DEPRECATED: --tophat option is deprecated and removed.</p>
<h3>rnaQUAST 2.0.0, 8 February 2020</h3>
<p>NEW: Python3 support.</p>
<h3>rnaQUAST 1.6.0, 4 February 2020</h3>
<p>NEW: user manual in markdown format.</p>
<p>FIX: <code>ValueError: list.remove(x): x not in list</code> error.</p>
<p>FIX: GFF3 support.</p>
<p>FIX: <code>ValueError: Axis limits cannot be NaN or Inf</code> error.</p>