User Tools

Site Tools


perun_and_environments

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
perun_and_environments [2018/06/27 20:54] 24.138.71.142perun_and_environments [2018/12/12 11:06] (current) 129.173.90.41
Line 1: Line 1:
 ====== Using environments on perun ====== ====== Using environments on perun ======
  
-Below you will find the instructions about how to find and run software **IF it is under CONDA**. You should always check if the software you need is under conda as an **outdated** version of it may be in the environmental variables of the cluster. Since not all software available in perun can be run under an environment there are other places where you could check [[other_software_locations|]] and if your software requires databases check [[databases_locations|]].+Below you will find the instructions about how to find and run software **IF it is under CONDA**. You should always check if the software you need is under conda as an **outdated** version of it may be in the environmental variables of the cluster. Since not all software available in perun can be run under an environment there are other places where you could check **[[other_software_locations|]]** and if your software requires databases check **[[databases_locations|]]**.
  
 Perun has conda installed.  Perun has conda installed. 
Line 11: Line 11:
  
  
-''**conda --version**''+''**conda %%--version%%**'' or ''**conda -V**''
  
 To see the list of all the environments on perun (it is very long!) To see the list of all the environments on perun (it is very long!)
  
-''**conda info --envs**''+''**conda info %%--envs%%**'' 
  
 The output should look like this at the top The output should look like this at the top
Line 35: Line 35:
 To search the list you can do something like this To search the list you can do something like this
  
-''**conda info --envs |grep blast **''\\+''**conda info %%--envs%% |grep blast **''\\
 or\\ or\\
 ''**conda env list |grep blast ]**''\\ ''**conda env list |grep blast ]**''\\
Line 116: Line 116:
  
 ''**source activate python36-generic**'' ''**source activate python36-generic**''
 +
 +**You are already in the environment and do not know what to do next**\\
 +
 +1- invoke the executable command (see your software manual).\\
 +
 +2- if no manual is available and you still don't know what executable to call:\\
 +
 +**let's say you want to use trnascan:**\\
 + conda env list|grep 'trnascan' \\
 + trnascan-se              /scratch2/software/anaconda/envs/trnascan-se\\
 + ls /scratch2/software/anaconda/envs/trnascan-se/bin/\\
 + then select your executable and directly invoke it within the environment:\\
 + tRNAscan-SE
 +
 +
 +
  
  
perun_and_environments.1530143640.txt.gz · Last modified: by 24.138.71.142