Discussion:Hyène : Différence entre versions
De Wicri Animaux
(Page créée avec « ==Serveur d'exploration Hyena== <source lang="sh"> </source> ») |
(→Serveur d'exploration Hyena) |
||
(5 révisions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
==Serveur d'exploration Hyena== | ==Serveur d'exploration Hyena== | ||
+ | |||
+ | Création du serveur sur la machine locale : | ||
<source lang="sh"> | <source lang="sh"> | ||
+ | source NlmPubMedGetCorpusSize -q hyena. => 582 | ||
+ | |||
+ | cd $WICRI_ROOT/Biologie/Animaux/explor | ||
+ | |||
+ | mkdir Hyena.storage | ||
+ | |||
+ | cd Hyena.storage | ||
+ | |||
+ | NlmPubMedExplorCorpus -d HyenaV1 \ | ||
+ | -q "hyena" -s 1000 \ | ||
+ | -l wicri-animaux.fr -p Biologie/Animaux \ | ||
+ | -t "Serveur d'exploration sur la Hyène" | ||
+ | |||
+ | </source> | ||
+ | Transfert : | ||
+ | <source lang="sh"> | ||
+ | tar -cvf HyenaV1.tar HyenaV1 | ||
+ | gzip HyenaV1.tar | ||
+ | |||
+ | scp $ISTEX_PAR HyenaV1.tar.gz $ISTEX_SCP:$WICRI_TARGET_ROOT/Biologie/Animaux/explor/Hyena.storage | ||
+ | </source> | ||
+ | |||
+ | Sur la machine demo : | ||
+ | <source lang="sh"> | ||
+ | gunzip HyenaV1.tar.gz | ||
+ | tar -xvf HyenaV1.tar | ||
+ | gzip HyenaV1.tar | ||
</source> | </source> |
Version actuelle datée du 11 septembre 2024 à 18:49
Serveur d'exploration Hyena
Création du serveur sur la machine locale :
source NlmPubMedGetCorpusSize -q hyena. => 582
cd $WICRI_ROOT/Biologie/Animaux/explor
mkdir Hyena.storage
cd Hyena.storage
NlmPubMedExplorCorpus -d HyenaV1 \
-q "hyena" -s 1000 \
-l wicri-animaux.fr -p Biologie/Animaux \
-t "Serveur d'exploration sur la Hyène"
Transfert :
tar -cvf HyenaV1.tar HyenaV1
gzip HyenaV1.tar
scp $ISTEX_PAR HyenaV1.tar.gz $ISTEX_SCP:$WICRI_TARGET_ROOT/Biologie/Animaux/explor/Hyena.storage
Sur la machine demo :
gunzip HyenaV1.tar.gz
tar -xvf HyenaV1.tar
gzip HyenaV1.tar