Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cDNA generator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
zavolan_group
tools
cDNA generator
Commits
777f76af
Commit
777f76af
authored
1 year ago
by
Mate Balajti
Browse files
Options
Downloads
Patches
Plain Diff
refactor: update cdna.py
parent
4fdcabf9
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!6
feat: add testing and linting to CI workflow
Pipeline
#17257
failed
1 year ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cdna/cdna.py
+2
-0
2 additions, 0 deletions
cdna/cdna.py
with
2 additions
and
0 deletions
cdna/cdna.py
+
2
−
0
View file @
777f76af
...
@@ -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
):
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment