Codebase list ctdconverter / 5400d23
[ Jelmer Vernooij ] [ Debian Janitor ] New upstream snapshot. Debian Janitor 4 years ago
3 changed file(s) with 12 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
88 - `ruamel.yaml`
99
1010 ### Installing Dependencies
11 We recommend the use of `conda` to manage all dependencies. If you're not sure what `conda` is, make sure to read the [using-conda](conda documentation).
11 We recommend the use of `conda` to manage all dependencies. If you're not sure what `conda` is, make sure to read about the [conda project](https://conda.io/docs/index.html).
1212
13 The easiest way to get you started with CTD conversion is to create a `conda` environment on which you'll install all dependencies. Using environments in `conda` allows you to have parallel, independent python environments, thus avoiding conflicts between libraries. If you haven't installed `conda`, check [conda-install](conda's installation guide).
13 The easiest way to get you started with CTD conversion is to create a `conda` environment on which you'll install all dependencies. Using environments in `conda` allows you to have parallel, independent python environments, thus avoiding conflicts between libraries.
14
15 If you haven't installed `conda`, check [conda-install](conda's installation guide). See [this guide](https://conda.io/docs/user-guide/tasks/manage-environments.html) if you need help creating a `conda` environment.
1416
1517 Once you've installed `conda`, create an environment named `ctd-converter`, like so:
1618
180182 [CTDopts]: https://github.com/genericworkflownodes/CTDopts
181183 [CTDSchema]: https://github.com/WorkflowConversion/CTDSchema
182184 [conda-install]: https://conda.io/docs/install/quick.html
183 [using-conda]: https://conda.io/docs/using/envs.html
185 [using-conda]: https://conda.io/docs/using/envs.html
0 ctdconverter (2.0-5) UNRELEASED; urgency=medium
0 ctdconverter (2.0+git20180606.d7ac29e-1) UNRELEASED; urgency=medium
11
2 [ Jelmer Vernooij ]
23 * Remove unnecessary X-Python{,3}-Version field in debian/control.
34
4 -- Jelmer Vernooij <jelmer@debian.org> Sat, 20 Oct 2018 14:03:06 +0000
5 [ Debian Janitor ]
6 * New upstream snapshot.
7
8 -- Debian Janitor <janitor@jelmer.uk> Wed, 08 May 2019 22:09:30 +0000
59
610 ctdconverter (2.0-4) unstable; urgency=medium
711
509509 rep_node.attrib["min"] = "0"
510510 # for the ITEMLISTs which have LISTITEM children we only
511511 # need one parameter as it is given as a string
512 if param.default is not None:
512 if param.default is not None and param.default is not _Null:
513513 rep_node.attrib["max"] = "1"
514514 rep_node.attrib["title"] = get_galaxy_parameter_name(param)
515515