WorkflowConversion / CTDConverter

Series of python scripts to convert CTD files into other formats such as Galaxy, CWL
MIT License
5 stars 8 forks source link

check changed/new docstrings #60

Closed mr-c closed 3 years ago

mr-c commented 3 years ago
~/ctd2cwl/CTDConverter$ make diff_pydocstyle_report 
pydocstyle setup.py setup.py ctdconverter/convert.py ctdconverter/common/exceptions.py ctdconverter/common/__init__.py ctdconverter/common/logger.py ctdconverter/common/utils.py ctdconverter/__init__.py ctdconverter/cwl/__init__.py ctdconverter/cwl/converter.py ctdconverter/galaxy/__init__.py ctdconverter/galaxy/converter.py > pydocstyle_report.txt 2>&1 || true
diff-quality --compare-branch=master --violations=pydocstyle --fail-under=100 pydocstyle_report.txt
-------------
Diff Quality
Quality Report: pydocstyle
Diff: master...HEAD, staged and unstaged changes
-------------
ctdconverter/cwl/converter.py (100%)
-------------
Total:   1 line
Violations: 0 lines
% Quality: 100%
-------------
mr-c commented 3 years ago

maybe use the pypi package of CTDopts (instead of the github link).

There is no pypi package for ctdopts: https://github.com/WorkflowConversion/CTDopts/issues/26

bernt-matthias commented 3 years ago

There is no pypi package for ctdopts: WorkflowConversion/CTDopts#26

Ups. True. Forgot that I constructed the conda package directly from the releases.