Discussion:Hyène : Différence entre versions
De Wicri Animaux
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 du 11 septembre 2024 à 18:16
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
Sur la machine demo :
gunzip HyenaV1.tar.gz
tar -xvf HyenaV1.tar
gzip HyenaV1.tar