call explicitely tcsh to workaround a path bug
Former-commit-id: e6c05a695a6872dd5fb8acd96ee031844dd21fa0 Former-commit-id: 7740135e0861b796e85fce0c9c62a4793f836c2b
This commit is contained in:
@ -58,7 +58,7 @@ foreach dir ("core" "shell" "dust")
|
||||
set fams = `ls $DbRoot/$dir/*.fst`
|
||||
Notify "running pass1:$dir exonerate of $Genome on $DbRoot"
|
||||
foreach f ($fams)
|
||||
$PROG_DIR/do_exonerate.sh $Fasta $f $DbRoot/models $temp
|
||||
tcsh -f $PROG_DIR/do_exonerate.sh $Fasta $f $DbRoot/models $temp
|
||||
end
|
||||
endif
|
||||
end
|
||||
|
Reference in New Issue
Block a user