Codebase list ctdconverter / 110b627f-d899-4939-83b3-25082a5f5f2b/main debian / control
110b627f-d899-4939-83b3-25082a5f5f2b/main

Tree @110b627f-d899-4939-83b3-25082a5f5f2b/main (Download .tar.gz)

control @110b627f-d899-4939-83b3-25082a5f5f2b/main

df2cfae
 
3a8afe7
8a0d963
 
b18589f
df2cfae
 
 
15aeb6a
df2cfae
 
 
dfbeac6
 
59a2121
49aed7f
 
df2cfae
7829981
df2cfae
 
 
8a0d963
 
df2cfae
8a0d963
df2cfae
 
 
 
 
 
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.5.1
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.