Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
fr:install:bin_app_repository:24_04_a24_build:fastp_0240 [2024/11/21 13:01] – créée foisysfr:install:bin_app_repository:24_04_a24_build:fastp_0240 [2024/11/21 13:02] (Version actuelle) – [Libraries additionnelles] foisys
Ligne 4: Ligne 4:
  
 Les librairies suivantes sont nécessaires afin de compiler Fastp avec succès: Les librairies suivantes sont nécessaires afin de compiler Fastp avec succès:
-  * ''libdefalte-dev''+  * ''libdeflate-dev''
   * ''libisal-dev''   * ''libisal-dev''
  
 <sxh bash> <sxh bash>
-% sudo apt install --no-install-recommends libdefalte-dev libisal-dev+% sudo apt install --no-install-recommends libdeflate-dev libisal-dev
 </sxh> </sxh>
  
Ligne 16: Ligne 16:
 <sxh bash> <sxh bash>
 % cd /opt/bio/sources % cd /opt/bio/sources
-% sudo curl -L -o fast.0.24.0.tar.gz https://github.com/OpenGene/fastp/archive/refs/tags/v0.24.0.tar.gz +% sudo curl -L -o fastp.0.24.0.tar.gz https://github.com/OpenGene/fastp/archive/refs/tags/v0.24.0.tar.gz 
-% sudo tar -zxvf fast.0.24.0.tar.gz +% sudo tar -zxvf fastp.0.24.0.tar.gz 
-% sudo rm -rf fast.0.24.0.tar.gz+% sudo rm -rf fastp.0.24.0.tar.gz
 </sxh> </sxh>