Skip to content

Commit 8370962

Browse files
author
Peter Causey-Freeman
committed
Documentation for openvar/variantValidator#298 part A added to swqgger
1 parent 2c472dd commit 8370962

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rest_VariantValidator/endpoints/variantvalidator_endpoints.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
@api.route("/variantvalidator/<string:genome_build>/<string:variant_description>/<string:select_transcripts>")
2020
@api.param("select_transcripts", "***Return all possible transcripts***\n"
2121
"> all\n"
22+
"\n***Return only 'select' transcripts***\n"
23+
"> select\n"
24+
"> mane_select\n"
25+
"> refseq_select\n"
2226
"\n***Single***\n"
2327
"> NM_000093.4\n"
2428
"\n***Multiple***\n"

0 commit comments

Comments
 (0)