changeset 4:2a9ac8ac9120 draft

Uploaded
author dereeper
date Mon, 21 Jun 2021 21:46:52 +0000
parents 2390a7ae4853
children fb38284b11f8
files ragoo.pl ragoo.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ragoo.pl	Mon Jun 21 21:42:16 2021 +0000
+++ b/ragoo.pl	Mon Jun 21 21:46:52 2021 +0000
@@ -20,7 +20,7 @@
 system("cp -rf $scaffolds $tmpdir/scaffolds.fa");
 system("cp -rf $reference $tmpdir/reference.fa");
 chdir($tmpdir);
-system("$dirname/ragoo.py scaffolds.fa reference.fa >>$output 2>&1");
+system("$dirname/ragoo.py scaffolds.fa reference.fa >>$output 2<&1");
 
 
 my %hash;