Skip to content
Snippets Groups Projects
Commit eba3092f authored by Philip Lijnzaad's avatar Philip Lijnzaad
Browse files

tested now and works

parent 213f30e5
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ WHERE t.chr_name = '$chr'
$sql="
SELECT t.*
FROM $table t, gene g
WHERE t.chr_name = '$chr'
WHERE g.chr_name = '$chr'
AND t.gene = g.gene
";
dump_data($sql, $satdb, $table );
......
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