Skip to content

Commit

Permalink
Force one-page API response for tag sets
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcam committed Dec 19, 2023
1 parent 0b603fb commit 2fb0e0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/npg_qc_tag_sniff.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 2fb0e0b

Please sign in to comment.