go_pass1 moved to bin

Former-commit-id: 6be837df8518c9374c0a9de6ff717add6178d01b
Former-commit-id: b2e3e8200b9e14447b7eeedd70191e10cf4b8a58
This commit is contained in:
alain viari
2015-11-09 00:58:50 +01:00
parent 0066211385
commit c3c2be254f
7 changed files with 63 additions and 36 deletions

View File

@ -15,6 +15,7 @@
#========================================================================================
# usage: go_cds.sh fasta
#
unsetenv ORG_SOURCED
setenv ORG_HOME `dirname $0`/../../..
source $ORG_HOME/scripts/csh_init.sh
@ -49,7 +50,7 @@ Notify "running pass1: exonerate of $Genome"
foreach f ($fams)
set prot = `basename $f:r`
$LIB_DIR/go_pass1.sh $Fasta $prot $temp
$PROG_DIR/go_pass1.sh $Fasta $prot $temp
end
#