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

Replaced "$option" from "-d" to "-pattern" for the percent_gc script.

parent e171eaab
No related branches found
No related tags found
No related merge requests found
...@@ -357,7 +357,7 @@ $prod_dbh->disconnect; ...@@ -357,7 +357,7 @@ $prod_dbh->disconnect;
$file_name_end = "_gc"; $file_name_end = "_gc";
$script = "$SERVERROOT/percent_gc_calc.pl"; $script = "$SERVERROOT/percent_gc_calc.pl";
$script_title = "percent GC calculation"; $script_title = "percent GC calculation";
$option = " -d "; $option = " -pattern ";
} }
case 'repeat_coverage' { case 'repeat_coverage' {
$data_file = "$outdir/repeat_coverage_data.txt"; $data_file = "$outdir/repeat_coverage_data.txt";
......
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