Skip to content

Commit ad4be54

Browse files
timt51markgeejw
andauthored
docs: add /align/antibody/annotate endpoint + slim swagger code chips (#173)
* docs: add /align/antibody/annotate endpoint + slim swagger code chips * chore: drop debug log + add trailing newline in swagger assets --------- Co-authored-by: Mark Gee <jw.ziggee@gmail.com>
1 parent 044cdd2 commit ad4be54

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

source/_static/css/swagger-ui.css

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/_static/js/getSwaggerJson.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const apiSchemasAlign = [
6363
"Body_create_mafft_alignment_align_mafft_post",
6464
"Body_create_clustalo_alignment_align_clustalo_post",
6565
"Body_create_abnumber_alignment_align_abnumber_post",
66+
"AntibodyAnnotateRequest",
6667
];
6768

6869
const apiPathAlign = [
@@ -72,6 +73,7 @@ const apiPathAlign = [
7273
"/api/v1/align/metadata",
7374
"/api/v1/align/abnumber",
7475
"/api/v1/align/antibody_schema",
76+
"/api/v1/align/antibody/annotate",
7577
"/api/v1/align/clustalo",
7678
"/api/v1/align/mafft",
7779
"/api/v1/align/seed",
@@ -249,7 +251,6 @@ export default async function getSwaggerJson(swaggerType) {
249251

250252
const filteredSchemasToShow = {};
251253
for (const schemaKey in swagerSpecs.components.schemas) {
252-
console.log(schemaKey);
253254
apiSchemasToShow.forEach((schemaKeyToShow) => {
254255
if (schemaKeyToShow === schemaKey) {
255256
filteredSchemasToShow[schemaKeyToShow] =

0 commit comments

Comments
 (0)