This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Dec 06, 2017
-
-
Alessandro Vullo authored
-
-
Alessandro Vullo authored
[ENSCORESW-2509]. Check correct handling of collection DBs, create/destroy collection DBs along the process.
-
-
Magali Ruffier authored
-
Magali Ruffier authored
-
Magali Ruffier authored
-
- Dec 05, 2017
-
-
Alessandro Vullo authored
Throw if features array is empty and moved checks to the top.
-
ens-carlos authored
-
ens-carlos authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
Added missing import
-
- Dec 04, 2017
-
-
Magali Ruffier authored
-
Magali Ruffier authored
-
- Dec 01, 2017
-
-
Magali Ruffier authored
-
ens-carlos authored
-
- Nov 30, 2017
-
-
Matthieu Muffato authored
-
Magali Ruffier authored
-
ens-carlos authored
-
- Nov 27, 2017
-
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
- Nov 23, 2017
-
-
Alessandro Vullo authored
[ENSCORESW-2508]. Somehow (difficult to find exactly where) output is emitted without newline at the end, which is then attached the result of the test, e.g. [last line of output]ok 17 ... TAP fails because the parsed output is expecting the ok/not ok string at the beginning of the line.
-
- Nov 21, 2017
-
-
-
Alessandro Vullo authored
-
- Nov 10, 2017
-
-
Matthew Laird authored
bugfix: not all users require a password
-
- Nov 09, 2017
-
-
Matthieu Muffato authored
-
- Nov 07, 2017
-
-
Magali Ruffier authored
-
- Nov 06, 2017
-
-
- Nov 03, 2017
-
-
Magali Ruffier authored
-
Magali Ruffier authored
-
Magali Ruffier authored
-
Matthieu Muffato authored
-
- Nov 02, 2017
-
-
Alessandro Vullo authored
Create PULL_REQUEST_TEMPLATE.md
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
[ENSCORESW-2230]. Checking whether the same fragment is mapped to a different seq_region relies on checking whether the last target coordinate has been previously set and is on a different seq region. When looping sequentially over the mapped fragments, these are checked whether they need to be considered and if they need not, the loop was jumping to the next fragment, but only AFTER having registered the to be skipped fragment as the last seen target coordinate. A subsequent step might be considering a fragment on the same seq_region of the previously discarded fragment, but now the check of whether the last target coordinate has been previously set and is on a different seq region fails and so it might fail to detect the same source fragment is mapped to a different assembly bit, which happens in the particular cases on chr10 reported in the issue. WARNING: this change addresses the issue, as can be seen by the following output: Found chromosome:GRCh38:10:96229321:96229901:1 Retrieved 2 projected bits 1-581 - chromosome:GRCh37:10:97989077:97989657:1 582-1162 - chromosome:GRCh37:HG339_PATCH:98024843:98025423:1 but does not entirely solve problems. As it can be seen, the coordinates of the fragments in the slice of the source coordinate system and projected to two different seq_regions are deemed to be sequential where is reality they are overlapping (the same). NOTE: switching to the experimental branch as it is at this stage solves the two problems simulaneously: - the interval tree just detects and then consider two overlapping fragments hence it does not have to loop over irrelevant fragments which might compromise the logic; even if this is the case, the code in the experimental branch already skips irrelevant fragments at the beginning of the loop; - the coordinates of the projected bits in the original coordinate systems are already being correctly returned by virtue of a previous fix [ENSCORESW-2289]. This is the output obtained with the new branch: 1-581 - chromosome:GRCh37:10:97989077:97989657:1 1-581 - chromosome:GRCh37:HG339_PATCH:98024843:98025423:1
-
- Oct 31, 2017
-
-
Alessandro Vullo authored
[ENSCORESW-2428]. This is the full template with an added section about testing and improved formatting.
-