Skip to content

problem with parsing GPML

For the following files conversion to SBML returns 400:

ls *.gpml | while read x; do echo $x; curl 'https://minerva-service.lcsb.uni.lu/minerva/api/convert/GPML:SBML' -s -w "%{http_code}"  -X POST     --data-binary @$x -o $x.tmp; echo; done

reported by @egonw

Edited by Piotr Gawron