- Jan 22, 2012
-
-
Laros authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@442 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jan 15, 2012
-
-
Laros authored
the length of the longest common substring in two sequences. - Changed the splitting on the longest common substring for direct slicing based on the new return values of LongestCommonSubstring(). - Added the removal of the lcs from the leftVariant and the lcp from the rightVariant in the inversion part of the DNA_description() function. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@441 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jan 13, 2012
-
-
Laros authored
sequences. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@440 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Jan 08, 2012
-
-
Vermaat authored
Previously, the 'color' field in the BED track we provide for the Genome Browser was set to the empty string, but Gerard informed us that this is not (always) handled correctly: Expecting number field 5 line 2 of https://mutalyzer.nl/bed?..., got + We now explicitely set the 'color' field to '0'. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@439 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Dec 14, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@435 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Dec 07, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@433 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Dec 02, 2011
-
-
Laros authored
the product list. Please check this fix. Made some trivial changes in the rest of the files. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@431 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Nov 25, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@430 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@428 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@427 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Nov 24, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@426 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@424 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/browser-link-branch@423 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/browser-link-branch@422 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/browser-link-branch@421 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Nov 23, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@420 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@419 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Nov 14, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@418 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Nov 10, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@417 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@416 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Nov 08, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@412 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/implicit-config-branch@411 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
Fixes #74. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@410 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Nov 04, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@409 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
The old way of using the configuration file was by instantiating a Config object which read the file. This instance was passed to every function and object that might need it. The new way is by simply calling config.get('name') to get the configuration value for 'name'. This lazily reads the configuration file and the contents are cached for future calls. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/implicit-config-branch@408 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@407 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/implicit-config-branch@406 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Nov 01, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/browser-link-branch@404 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
Add optional gene argument to the numberConvertion webservice method. If present, it will convert genomic variants to any transcript of the given gene, no matter how far away they are located (but on the same chromosome of course). Fixes #70. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@402 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Oct 21, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/browser-link-branch@396 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/browser-link-branch@395 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Oct 20, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/browser-link-branch@394 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Oct 12, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/browser-link-branch@393 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/browser-link-branch@392 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Oct 11, 2011
-
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@391 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
Link to UCSC Genome Browser now has a more proper implementation. Still todo is error checking and such. It uses the same infrastrucure as the position converter and is thus also limited to variants on transcripts with c. notations. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/browser-link-branch@390 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/browser-link-branch@389 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
- Oct 10, 2011
-
-
Vermaat authored
Until protein reference sequences are supported, give an error with a message instead of crashing. Fixes #62. git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@388 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
The fix is a hack, basically copying the same functionality from the namechecker. I think this should eventually be merged somehow. Fixes #63 git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@387 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-
Vermaat authored
git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@386 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
-