Skip to content
Snippets Groups Projects
Commit 72f91cf9 authored by Thomas Maurel's avatar Thomas Maurel
Browse files

updated the $option in repeat coverage case . Repeat coverage script now use...

updated the $option in repeat coverage case . Repeat coverage script now use "-pattern" to find a database instead of -d.
parent 2f97d9c6
No related branches found
No related tags found
No related merge requests found
......@@ -366,7 +366,7 @@ $prod_dbh->disconnect;
$file_name_end = "_repeat";
$script = "$SERVERROOT/repeat_coverage_calc.pl";
$script_title = "repeat coverage calculation";
$option = " -d ";
$option = " -pattern ";
}
case 'gene_density' {
for (my $i=0; $i<$host_count;$i++) {
......
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