Skip to content
Snippets Groups Projects
Unverified Commit b0c531ff authored by sgiorgetti's avatar sgiorgetti Committed by GitHub
Browse files

Update regulatory overlap test to reflect the most updated reg. summary [main] (#648)

* Update regulatory overlap test to reflect the most updated reg. summary
parent 1985abbc
No related branches found
No related tags found
No related merge requests found
......@@ -303,16 +303,16 @@ my $base = '/overlap/region/homo_sapiens';
{
my $region = '1:76429380..76430144';
cmp_deeply(json_GET("$base/$region?feature=regulatory", 'Get regulatory_feature'), [{
id => 'ENSR00000105157',
bound_end => 76430144,
bound_start => 76429380,
description => 'Open chromatin region',
end => 76430144,
feature_type => 'regulatory',
seq_region_name => 1,
source => 'Regulatory_Build',
start => 76429380,
strand => 0
id => 'ENSR00000105157',
extended_end => 76430144,
extended_start => 76429380,
description => 'open_chromatin_region',
end => 76430144,
feature_type => 'regulatory',
seq_region_name => 1,
source => 'Ensembl',
start => 76429380,
strand => 0
}], 'Getting regulatory_feature as JSON');
}
......@@ -567,4 +567,5 @@ $base = '/overlap/translation';
is(scalar(@{$json}), 1, '1 somatic structural variation feature overlaps input region');
}
done_testing();
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment