From 2fb0e0b47e630fbd0680d7d85039f57cc77ae820 Mon Sep 17 00:00:00 2001 From: Marina Gourtovaia Date: Tue, 19 Dec 2023 11:35:45 +0000 Subject: [PATCH] Force one-page API response for tag sets --- bin/npg_qc_tag_sniff.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/npg_qc_tag_sniff.pl b/bin/npg_qc_tag_sniff.pl index 8341995c..614d23be 100755 --- a/bin/npg_qc_tag_sniff.pl +++ b/bin/npg_qc_tag_sniff.pl @@ -11,7 +11,8 @@ use WTSI::DNAP::Warehouse::Schema; # This URL returns a complete set of known tags in json format -our $LIMS_TAGS_URL = q[https://sequencescape.psd.sanger.ac.uk/api/v2/tag_groups]; +my $LIMS_TAGS_URL=q[https://sequencescape.psd.sanger.ac.uk/api/v2/tag_groups] . + q[?page%5Bnumber%5D=1&page%5Bsize%5D=500]; ##no critic our $VERSION = '0';