Codebase list ctdconverter / debian/2.1-4 debian / control
debian/2.1-4

Tree @debian/2.1-4 (Download .tar.gz)

control @debian/2.1-4raw · history · blame

Source: ctdconverter
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3,
               python3-setuptools,
               python3-pkg-resources,
               python3-lxml,
               python3-ruamel.yaml,
               python3-ctdopts,
               help2man,
               2to3
Standards-Version: 4.6.0
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

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.