correction of the IR detection

This commit is contained in:
Eric Coissac
2025-05-25 19:38:01 +02:00
parent 478a6bdca7
commit 28df0c35c1
2 changed files with 2 additions and 3 deletions

View File

@ -111,7 +111,7 @@ if [[ "$cdsdetection_pass3" == "yes" ]] ; then
loginfo $fams
loginfo "running pass3:$dir exonerate of $Genome on $DbRoot"
for f in $fams ; do
tcsh -f $PROG_DIR/do_exonerate.csh Pass3 $Fasta $f $AnnotFile $DbRoot/models $temp
echo tcsh -f $PROG_DIR/do_exonerate.csh Pass3 $Fasta $f $AnnotFile $DbRoot/models $temp
done
fi
done) | parallel -j $Threads