Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
The convert mode
(https://code.google.com/p/interproscan/wiki/InterProScan5ConvertMode) is
designed to work only for XML documents created with
the same version. This makes sure we can introduce new schema updates in
the future. However the XML schema is stable and will only change, if we
need to add new features for instance.
From InterProScan RC7 on we introduce a new XML schema target
namespace. That is the reason why InterProScan 5 RC7 fails to convert
older XML documents. Here we describe a simple work around.
Workaround:
If you change the namespace URI in your input XML document from
<protein-matches xmlns="http://www.ebi.ac.uk/schema/interpro">
to
<protein-matches
xmlns="http://www.ebi.ac.uk/interpro/resources/schemas/interproscan5">
the convert mode should work again.
Original comment by Maxim.Sc...@gmail.com
on 15 Aug 2013 at 10:57
Original comment by Maxim.Sc...@gmail.com
on 15 Aug 2013 at 11:10
Original comment by Maxim.Sc...@gmail.com
on 15 Aug 2013 at 11:10
Original issue reported on code.google.com by
Maxim.Sc...@gmail.com
on 14 Aug 2013 at 8:49