User Tools

Site Tools


prokka-software

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
prokka-software [2020/05/17 13:12] aorthprokka-software [2020/05/17 13:18] aorth
Line 25: Line 25:
  
 <code>$ cd /tmp <code>$ cd /tmp
-git clone https://github.com/tseemann/prokka.git -b v1.14.6 +wget https://github.com/tseemann/prokka/archive/v1.14.6.tar.gz 
-$ cd prokka +$ tar xf v1.14.6.tar.gz 
-$ git checkout v1.14.6+$ cd prokka-1.14.6
 $ module load perl/5.28.2 $ module load perl/5.28.2
 $ mkdir perl5 $ mkdir perl5
Line 39: Line 39:
 </code> </code>
  
-*Note:* You can try without %%''--force''%% if you want, but many Perl modules "bail out" during installation because one out of a few hundred (or thousand) obscure or comprehensive tests fail.+**Note 1:** Prokka only says that it requires BioPerl, but the BioPerl distribution frowns upon requiring the entire distribution. Here I have attempted to guess which modules are needed by checking the actual Perl "use" statements. 
 + 
 +**Note 2:** You can try without %%''--force''%% if you want, but many Perl modules "bail out" during installation because one out of a few hundred (or thousand) obscure or comprehensive tests fail.
prokka-software.txt · Last modified: 2023/08/09 06:46 by aorth