rsnt_translations
56,430
edits
(Updating to match new version of source page) |
No edit summary |
||
Line 13: | Line 13: | ||
{{Command|avail_wheel busco}} | {{Command|avail_wheel busco}} | ||
== Wheel Python == | == Wheel Python == | ||
=== Installation === | === Installation === | ||
<b>1.</b> Chargez les modules requis. | <b>1.</b> Chargez les modules requis. | ||
{{Commands | {{Commands | ||
|module load StdEnv/2020 gcc python/3.10 augustus hmmer blast+ metaeuk prodigal r bbmap}} | |module load StdEnv/2020 gcc/9.3.0 python/3.10 augustus/3.5.0 hmmer/3.3.2 blast+/2.13.0 metaeuk/6 prodigal/2.6.3 r/4.3.1 bbmap/38.86}} | ||
<b>2.</b> Créez l'environnement virtuel. | <b>2.</b> Créez l'environnement virtuel. | ||
Line 27: | Line 25: | ||
}} | }} | ||
<b>3.</b> Installez le wheel et ses dépendances. | <b>3.</b> Installez le wheel et ses dépendances. | ||
{{Command | {{Command | ||
|prompt=(busco_env) $ | |prompt=(busco_env) $ | ||
|pip install | |pip install --no-index biopython{{=}}{{=}}1.81 pandas{{=}}{{=}}2.1.0 busco{{=}}{{=}}5.5.0 | ||
}} | }} | ||
<b>4.</b> Validez l'installation. | <b>4.</b> Validez l'installation. |