Skip to content

Commit 6569103

Browse files
docs: remove usage examples from canonical_transcript docstring
1 parent 4395d53 commit 6569103

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

malariagen_data/anoph/genome_features.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -796,19 +796,6 @@ def get_gene_transcript_lengths(
796796
raises=dict(
797797
ValueError="If the gene is not found or if no transcripts are available for the gene."
798798
),
799-
examples="""
800-
Get canonical transcript for a specific gene:
801-
802-
>>> import malariagen_data
803-
>>> ag3 = malariagen_data.Ag3()
804-
>>> canonical_id = ag3.canonical_transcript("AGAP004707")
805-
>>> print(canonical_id)
806-
AGAP004707-RA
807-
808-
Restrict search to specific chromosome:
809-
810-
>>> canonical_id = ag3.canonical_transcript("AGAP004707", region="2R")
811-
""",
812799
)
813800
def canonical_transcript(
814801
self,

0 commit comments

Comments
 (0)