Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 93
    • Issues 93
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • minervaminerva
  • core
  • Issues
  • #1745
Closed
Open
Issue created Aug 06, 2022 by Piotr Gawron@piotr.gawronOwner

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
  • WP4853.gpml
  • WP4868.gpml
  • WP4876.gpml
  • WP4880.gpml
  • WP4927.gpml
  • WP5027.gpml
  • WP5113.gpml
  • WP5183.gpml
  • WP5218.gpml

reported by @egonw

Edited Aug 06, 2022 by Piotr Gawron
Assignee
Assign to
Time tracking