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

*** empty log message ***

parent 4654fcb4
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ WHERE g.chr_name = '$chr'
dump_data($sql, $satdb, 'family' );
$sql = "
SELECT fm.*
SELECT distinct fm.*
FROM $satdb.family_members fm, $satdb.family f, $litedb.gene g
WHERE g.chr_name = '$chr'
and g.family = f.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