intermine / intermine/intermine-ws-python-docs
Tutorial 4 final steps cause an error
- Vorherrschende Sprache
- Jupyter Notebook
- Sterne
- 14
- Forks
- 19
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
This might actually be an issue with the python package, but I'll leave that up to you to decide and open in the python client repo if needed.
The issue is in the final couple of lines of tutorial 4 - I thought I'd add a printline statement to see the output for these two lines...
```
query.add_path_description("ontologyAnnotations.ontologyTerm","Ontology Term")
query.add_path_description("publications","Pub.")
```
But when I try to print we get a badly formed query error.
You can try it out yourself in [this binder instance](https://mybinder.org/v2/gh/yochannah/intermine-ws-python-docs/tutorial-4?filepath=04-tutorial.ipynb)
Error:
```python
WebserviceError: ('There was a problem with our request', 400, 'Bad Request', u"Query does not pass XML validation. cvc-complex-type.3.2.2: Attribute 'path' is not allowed to appear in element 'pathDescription'.\ncvc-complex-type.4: Attribute 'pathString' must appear on element 'pathDescription'.\ncvc-complex-type.3.2.2: Attribute 'path' is not allowed to appear in element 'pathDescription'.\ncvc-complex-type.4: Attribute 'pathString' must appear on element 'pathDescription'.\n")
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Open 04-tutorial.ipynb on the tutorial-4 branch and run the final cells in the linked Binder instance. Trace the two add_path_description calls and the resulting XML validation error, then determine whether the fix belongs in the tutorial or the Python client; done when the tutorial no longer produces the reported error.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- jupyter-notebook, python
- Bereich
- documentation
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 42/100