Skip to content
Snippets Groups Projects
Commit d9b6e294 authored by Haarst, Jan van's avatar Haarst, Jan van
Browse files

Let cross_match.manyreads show why it fails

parent 7694acd7
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ chdir($dir);
open (F_sh, ">run") || die "can not write file run\n";
if (0 == $align_tool) {
for (my $i=1; $i<=$Nfiles; $i++) {
print F_sh "cross_match.manyreads leaf.$i.fa ../$read_file -masklevel 101 -minmatch 17 -minscore 30 $max_hit 2>/dev/null |ConvertAlign.pl -s $hit_size -i $hit_ident -t $align_tool |HighDseg -s $hit_size -i $hit_ident -d $depth >$i.bk &\n";
print F_sh "cross_match.manyreads leaf.$i.fa ../$read_file -masklevel 101 -minmatch 17 -minscore 30 $max_hit | ConvertAlign.pl -s $hit_size -i $hit_ident -t $align_tool |HighDseg -s $hit_size -i $hit_ident -d $depth >$i.bk &\n";
}
}
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment