Bonjour,
Pourriez-vous m'aider s'il te plait. Sous Windows XP dans la console comment accéder au csh et au bash?
Quelles sont les différences?
Set the environmental variable TMPDIR, programs like BLAST and clustalw need a place to create temporary files. e.g.:
setenv TMPDIR e:/cygwin/tmp # csh, tcsh
export TMPDIR=e:/cygwin/tmp # sh, bash
Cela vient du site http://www.bioperl.org/wiki/Installi...allation_Guide
Si je veux faire ceci
2. Define an environmental variable CLUSTALDIR which is a
directory which contains the 'clustalw' application:
In bash:
export CLUSTALDIR=/home/username/clustalw1.8
In csh/tcsh:
setenv CLUSTALDIR /home/username/clustalw1.8
du site http://search.cpan.org/~sendu/bioper...nt/Clustalw.pm
que représente le =/home/username?
Le programme clustal.exe que je veux placer dans CLUSTALDIR de trouve dans le répertoire c:\ClustalW
Comment placer dans la variable CLUSTALDIR cette information via l'invite de commande?
Merci,
Jasmine,
Partager