Skip to content
Snippets Groups Projects
Commit 777f76af authored by Mate Balajti's avatar Mate Balajti
Browse files

refactor: update cdna.py

parent 4fdcabf9
Branches
Tags
1 merge request!6feat: add testing and linting to CI workflow
Pipeline #17257 failed
...@@ -44,9 +44,11 @@ def seq_complement(sequence: str) -> Optional[str]: ...@@ -44,9 +44,11 @@ def seq_complement(sequence: str) -> Optional[str]:
return _ return _
# pylint: disable=R0902
class CDNAGen: class CDNAGen:
"""Perform the cDNA synthesis.""" """Perform the cDNA synthesis."""
# pylint: disable=R0913
def __init__( def __init__(
self, ifasta: str, igtf: str, icpn: str, ofasta: str, ocsv: str self, ifasta: str, igtf: str, icpn: str, ofasta: str, ocsv: str
): ):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment