Discussion:Hyène : Différence entre versions
De Wicri Animaux
(→Serveur d'exploration Hyena) |
|||
Ligne 18 : | Ligne 18 : | ||
</source> | </source> | ||
Transfert : | 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> |
Version du 11 septembre 2024 à 18:09
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 %wicriLink -p wicriPath \
-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