Discussion:Hyène : Différence entre versions
De Wicri Animaux
(→Serveur d'exploration Hyena) |
|||
(Une révision intermédiaire par le même utilisateur non affichée) | |||
Ligne 13 : | Ligne 13 : | ||
NlmPubMedExplorCorpus -d HyenaV1 \ | NlmPubMedExplorCorpus -d HyenaV1 \ | ||
-q "hyena" -s 1000 \ | -q "hyena" -s 1000 \ | ||
− | -l | + | -l wicri-animaux.fr -p Biologie/Animaux \ |
-t "Serveur d'exploration sur la Hyène" | -t "Serveur d'exploration sur la Hyène" | ||
Ligne 23 : | Ligne 23 : | ||
scp $ISTEX_PAR HyenaV1.tar.gz $ISTEX_SCP:$WICRI_TARGET_ROOT/Biologie/Animaux/explor/Hyena.storage | 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