Skip to content

Commit

Permalink
Commenting out console.log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenweaver authored Feb 12, 2018
1 parent 35a3e27 commit 4bc8eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/TemplateBatchFiles/SelectionAnalyses/MEME.bf
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ lfunction meme.handle_a_site (lf_fel, lf_bsrel, filter_data, partition_index, pa
^"meme.site_beta_plus" = 1;
^"meme.site_beta_nuisance" = 1;

console.log ("Optimizing FEL for pattern " + pattern_info);
//console.log ("Optimizing FEL for pattern " + pattern_info);
io.SpoolLF (lf_fel, "/tmp/meme.debug", "FEL");
Optimize (results, ^lf_fel);

Expand All @@ -480,7 +480,7 @@ lfunction meme.handle_a_site (lf_fel, lf_bsrel, filter_data, partition_index, pa
/* avoid 0/0 by making the denominator non-zero*/
}

console.log ("Optimizing MEME for pattern " + pattern_info);
//console.log ("Optimizing MEME for pattern " + pattern_info);
io.SpoolLF (lf_bsrel, "/tmp/meme.debug", "MEME");
Optimize (results, ^lf_bsrel);

Expand Down

0 comments on commit 4bc8eae

Please sign in to comment.