annotate resfinder/cge/output/trash/known_issues.txt @ 0:55051a9bc58d draft default tip

Uploaded
author dcouvin
date Mon, 10 Jan 2022 20:06:07 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
55051a9bc58d Uploaded
dcouvin
parents:
diff changeset
1 * Problem when using __setitem__ in the TableResults object instead of the add_table method:
55051a9bc58d Uploaded
dcouvin
parents:
diff changeset
2 tr = TableResults("software X", "6.6.6", "20200128", "runsoft -i arg",
55051a9bc58d Uploaded
dcouvin
parents:
diff changeset
3 "sampleX")
55051a9bc58d Uploaded
dcouvin
parents:
diff changeset
4 tr["some table"]
55051a9bc58d Uploaded
dcouvin
parents:
diff changeset
5
55051a9bc58d Uploaded
dcouvin
parents:
diff changeset
6
55051a9bc58d Uploaded
dcouvin
parents:
diff changeset
7 * Table merge function should implement the copy argument.
55051a9bc58d Uploaded
dcouvin
parents:
diff changeset
8
55051a9bc58d Uploaded
dcouvin
parents:
diff changeset
9 * Table add_table function should implement the copy argument so that the added table will be copied instead of referenced.
55051a9bc58d Uploaded
dcouvin
parents:
diff changeset
10
55051a9bc58d Uploaded
dcouvin
parents:
diff changeset
11 * SortList entries does not get updated when the corresponding value in the Table object is changed.
55051a9bc58d Uploaded
dcouvin
parents:
diff changeset
12
55051a9bc58d Uploaded
dcouvin
parents:
diff changeset
13
55051a9bc58d Uploaded
dcouvin
parents:
diff changeset
14 REQUIRES ATTENTION SOON:
55051a9bc58d Uploaded
dcouvin
parents:
diff changeset
15 * from testdata Salmonella Agone using raw reads / KMA, results_tab.txt etc. does not report the mdf(A) gene (18% ID), but the Table.as_txt method does.
55051a9bc58d Uploaded
dcouvin
parents:
diff changeset
16 * Test two genes on same contig
55051a9bc58d Uploaded
dcouvin
parents:
diff changeset
17 * cge.phenotype2genotype.feature exists twice also in cge.feature, only one copy should persist