diff --git a/src/main/resources/static/migration/examples/group-alignments-new.txt b/src/main/resources/static/migration/examples/group-alignments-new.txt index 17c021d..8f9a3fe 100644 --- a/src/main/resources/static/migration/examples/group-alignments-new.txt +++ b/src/main/resources/static/migration/examples/group-alignments-new.txt @@ -1,4 +1,4 @@ -query NCBI2PDB{ +query UP_GROUP{ group_alignments( group: MATCHING_UNIPROT_ACCESSION groupId: "P01112" diff --git a/src/main/resources/static/migration/examples/group-alignments-old b/src/main/resources/static/migration/examples/group-alignments-old index 272c2b1..4b2840e 100644 --- a/src/main/resources/static/migration/examples/group-alignments-old +++ b/src/main/resources/static/migration/examples/group-alignments-old @@ -1,4 +1,4 @@ -query NCBI2PDB{ +query UP_GROUP{ group_alignment( group: matching_uniprot_accession groupId: "P01112" diff --git a/src/main/resources/static/migration/examples/group-annotations-histogram-new.txt b/src/main/resources/static/migration/examples/group-annotations-histogram-new.txt new file mode 100644 index 0000000..7934f23 --- /dev/null +++ b/src/main/resources/static/migration/examples/group-annotations-histogram-new.txt @@ -0,0 +1,12 @@ +query UP_GROUP_FEATURES{ + group_annotations_summary( + group: MATCHING_UNIPROT_ACCESSION + groupId: "P01112" + sources: [PDB_INSTANCE] + ) { + target_id + features{ + type + } + } +} \ No newline at end of file diff --git a/src/main/resources/static/migration/examples/group-annotations-histogram-old.txt b/src/main/resources/static/migration/examples/group-annotations-histogram-old.txt new file mode 100644 index 0000000..b24e178 --- /dev/null +++ b/src/main/resources/static/migration/examples/group-annotations-histogram-old.txt @@ -0,0 +1,13 @@ +query UP_GROUP_FEATURES{ + group_annotations( + group: matching_uniprot_accession + groupId: "P01112" + sources: [PDB_INSTANCE] + histogram: true + ) { + target_id + features{ + type + } + } +} \ No newline at end of file diff --git a/src/main/resources/static/migration/migration-guide.html b/src/main/resources/static/migration/migration-guide.html index 0527977..026e53e 100644 --- a/src/main/resources/static/migration/migration-guide.html +++ b/src/main/resources/static/migration/migration-guide.html @@ -21,6 +21,7 @@
+ Endpoint group_annotations
boolean argument histogram
has been removed.
+ Its functionality has been replaced by a new endpoint group_annotations_summary
with the same signature.
+
1D Coordinates Service | +Sequence Coordinates Service | +
---|---|
+ | + |