Skip to content
Snippets Groups Projects
Commit 9acb2f1e authored by Colin Kingswood's avatar Colin Kingswood
Browse files

whitespace change

parent 0cc76bab
No related branches found
No related tags found
No related merge requests found
=Head1 NAME - Bio::EnsEMBL::DBSQL::DBAdaptor
=head1 NAME - Bio::EnsEMBL::DBSQL::DBAdaptor
=head1 SYNOPSIS
......
......@@ -322,7 +322,7 @@ sub fetch_by_clone_accession{
WHERE c.clone_id = cl.clone_id
AND cl.name = '$clone'
AND c.contig_id = a.contig_id
AND a.type = '$type'
AND a.type = '$type'
AND chr.chromosome_id = a.chromosome_id
ORDER BY a.chr_start"
);
......
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