Source: ctdconverter
Standards-Version: 4.7.4
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
 Michael R. Crusoe <crusoe@debian.org>,
Section: science
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3,
 python3-setuptools,
 pybuild-plugin-pyproject,
 python3-lxml,
 python3-ruamel.yaml,
 python3-ctdopts,
 python3-pytest,
 help2man,
Vcs-Browser: https://salsa.debian.org/med-team/ctdconverter
Vcs-Git: https://salsa.debian.org/med-team/ctdconverter.git
Homepage: https://github.com/WorkflowConversion/CTDConverter
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: ctdconverter
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Suggests:
 cwl-runner,
Description: Convert CTD files into Galaxy tool and CWL CommandLineTool files
 Common Tool Descriptors (CTDs) are XML documents that represent the inputs,
 outputs, parameters of command line tools in a platform-independent way.
 .
 CTDConverter, given one or more Common Tool Descriptors (CTD) XML files,
 generates Galaxy tool wrappers and Common Workflow Language (CWL) Command
 Line Tool v1.0 standard descriptions from CTD files.
