Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma authored May 3, 2022
1 parent 7b2989e commit 55435ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variation/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ def parsed_to_abs_cnv(
will ignore `assembly` and `chr`. If `accession` not set, must provide
both `assembly` and `chr`.
:param Optional[str] chr: Chromosome. Must set when `assembly` is set.
:param Optional[str] accession: Accession.If `accession` is set,
:param Optional[str] accession: Accession. If `accession` is set,
will ignore `assembly` and `chr`. If `accession` not set, must provide
both `assembly` and `chr`.
:return: Tuple containing Absolute Copy Number variation and list of warnings
Expand Down

0 comments on commit 55435ae

Please sign in to comment.