Skip to content
Snippets Groups Projects
Commit aab7a5f3 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Comment out deletion of motifs

parent 6885385c
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ sub delete_existing {
my $dbi = shift;
$dbi->do("DELETE FROM regulatory_feature");
$dbi->do("DELETE FROM regulatory_motif");
#$dbi->do("DELETE FROM regulatory_motif");
$dbi->do("DELETE FROM regulatory_feature_object");
$dbi->do("DELETE FROM peptide_regulatory_feature");
......
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