- 14 Sep, 2020 1 commit
-
-
Hervé MENAGER authored
FIX #242
-
- 27 Apr, 2020 1 commit
-
-
Hervé MENAGER authored
FIX #216
-
- 18 Apr, 2020 1 commit
-
-
Hervé MENAGER authored
-
- 16 Apr, 2020 1 commit
-
-
Hervé MENAGER authored
-
- 14 Apr, 2020 3 commits
-
-
Hervé MENAGER authored
-
Hervé MENAGER authored
-
Hervé MENAGER authored
-
- 16 Mar, 2020 1 commit
-
-
Hervé MENAGER authored
because Uniprot has been updated
-
- 04 Feb, 2020 1 commit
-
-
Hervé MENAGER authored
-
- 03 Jan, 2020 1 commit
-
-
Hervé MENAGER authored
to enable displaying it as icons in the admin interface
-
- 26 Dec, 2019 4 commits
-
-
Hervé MENAGER authored
-
Hervé MENAGER authored
and add unit tests for it
-
Hervé MENAGER authored
WIP on #68
-
Hervé MENAGER authored
compounds are visible only if validated or if the user is the creator or an admin. WIP on #67
-
- 07 Nov, 2019 1 commit
-
-
Hervé MENAGER authored
-
- 06 Nov, 2019 1 commit
-
-
Hervé MENAGER authored
(commit 7143e9d0 on #139)
-
- 04 Nov, 2019 1 commit
-
-
Hervé MENAGER authored
basically, this adds: - a CI step to run flake8, _including_ the black plugin to check whether or not files need black reformatting - add flake8 and black to dependencies - reformat files and correct style so that current code passes
-
- 23 Oct, 2019 1 commit
-
-
Hervé MENAGER authored
- avoid generating internal server errors if parameter missing or invalid - strip input SMILES in case of a bad copy/paste
-
- 16 Oct, 2019 1 commit
-
-
Hervé MENAGER authored
-
- 14 Oct, 2019 1 commit
-
-
Hervé MENAGER authored
-
- 19 Sep, 2019 2 commits
-
-
Bryan BRANCOTTE authored
-
Bryan BRANCOTTE authored
-
- 01 Aug, 2019 1 commit
-
-
Hervé MENAGER authored
-
- 27 Jul, 2019 2 commits
-
-
Hervé MENAGER authored
-
Hervé MENAGER authored
-
- 21 Jul, 2019 1 commit
-
-
Hervé MENAGER authored
-
- 17 Jul, 2019 3 commits
-
-
Hervé MENAGER authored
-
Hervé MENAGER authored
the format of the returned json has slightly changed, see below, therefore we are now testing the values returned in the json before: ```json { 'inchi': 'InChI=1/C7H5N3O6/c1-4-6(9(13)14)2-5(8(11)12)3-7(4)10(15)16/h2-3H,1H3', 'smiles': '[N+](=O)([O-])C1=C(C)C(=CC(=C1)[N+](=O)[O-])[N+](=O)[O-]', 'stdinchi': 'InChI=1S/C7H5N3O6/c1-4-6(9(13)14)2-5(8(11)12)3-7(4)10(15)16/h2-3H,1H3', 'stdinchikey': 'SPSSULHKWOKEEL-UHFFFAOYSA-N' } ``` after: ```json { 'inchi': 'InChI=1/C7H5N3O6/c1-4-6(9(13)14)2-5(8(11)12)3-7(4)10(15)16/h2-3H,1H3', 'smiles': '[N+](=O)([O-])C1=C(C)C(=CC(=C1)[N+](=O)[O-])[N+](=O)[O-]', 'status': 'SUCCESS', 'stdinchi': 'InChI=1S/C7H5N3O6/c1-4-6(9(13)14)2-5(8(11)12)3-7(4)10(15)16/h2-3H,1H3', 'stdinchikey': 'SPSSULHKWOKEEL-UHFFFAOYSA-N' } ```
-
Hervé MENAGER authored
-
- 02 Jul, 2019 1 commit
-
-
Bryan BRANCOTTE authored
-
- 01 Jul, 2019 2 commits
-
-
Bryan BRANCOTTE authored
-
Hervé MENAGER authored
this test currently fails (a 500 response), but this is because the code itself is failing (see #73)
-
- 05 Jun, 2019 1 commit
-
-
Hervé MENAGER authored
-
- 25 Feb, 2019 7 commits
-
-
Bryan BRANCOTTE authored
-
Bryan BRANCOTTE authored
-
Bryan BRANCOTTE authored
-
Bryan BRANCOTTE authored
-
Bryan BRANCOTTE authored
-
Bryan BRANCOTTE authored
-
Bryan BRANCOTTE authored
-