diff --git a/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm index ec6f65e2e9ffa7e31f4b704d47d5e72bdc468ef2..904069beb394ec9cb412975eb922f0e131611db4 100644 --- a/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm +++ b/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm @@ -636,9 +636,6 @@ sub parse_location_to_values { } } - if(defined $start && defined $end && $start > $end) { - throw "Cannot request a slice whose start is greater than its end. Start: $start. End: $end" unless $no_errors; - } } return ($seq_region_name, $start, $end, $strand);