Skip to content
Snippets Groups Projects
Commit 14b2ea95 authored by Michal Petrovič's avatar Michal Petrovič
Browse files

remove deploy from ci

parent 0900f865
Branches
1 merge request!5Resolve "Implement CpG isladns analysis"
Pipeline #178171 passed with stages
in 5 minutes and 55 seconds
CREATE TABLE cpg_analyses (
id uuid references analyses (id),
min_window_size INTEGER,
min_gc_percentage DOUBLE PRECISION,
min_observed_to_expected_cpg DOUBLE PRECISION,
min_island_merge_gap INTEGER,
first_nucleotide CHAR(1),
second_nucleotide CHAR(1),
primary key (id)
);
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