User Tools

Site Tools


snpeff-software

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
Next revisionBoth sides next revision
snpeff-software [2017/02/11 09:10] joguyasnpeff-software [2023/06/12 17:38] aorth
Line 1: Line 1:
-====== SnpEff & SnpSift ======+====== SnpEff ======
 SnpEff is a variant annotation and effect prediction tool. It annotates and predicts the effects of variants on genes (such as amino acid changes). SnpEff is a variant annotation and effect prediction tool. It annotates and predicts the effects of variants on genes (such as amino acid changes).
  
Line 6: Line 6:
 ===== Information ===== ===== Information =====
  
-  * Version: 4.1g+  * Version: 5.1
   * Added: July, 2015   * Added: July, 2015
-  * Link: http://snpeff.sourceforge.net/SnpEff.html+  * Updated: June, 2023 
 +  * Link: https://pcingola.github.io/SnpEff/
  
 ===== Usage ===== ===== Usage =====
  
-See versions of snpeff which are available:+See which versions of are available:
 <code>$ module avail snpeff</code> <code>$ module avail snpeff</code>
 +
 +Load one into your environment and run it:
 +<code>$ module load snpeff/5.1
 +snpeff</code>
  
 ===== Installation ====== ===== Installation ======
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ cd /tmp +<code></code>
-$ wget 'http://downloads.sourceforge.net/project/snpeff/snpEff_latest_core.zip?r=&ts=1438066881&use_mirror=liquidtelecom' -O snpEff_latest_core.zip +
-$ unzip snpEff_latest_core.zip +
-$ sudo mkdir -p /export/apps/snpeff/4.1g +
-$ sudo cp -r snpEff/* /export/apps/snpeff/4.1g</code> +
- +
-Create shell script wrappers for ''snpEff.jar'' and ''SnpSift.jar'', ie ''snpEff'': +
- +
-<code>#!/bin/env bash+
  
-TOP=$(dirname $0) 
  
-# examples/examples.sh uses 4g heap 
-java -Xmx4g -jar $TOP/snpEff.jar $*</code> 
snpeff-software.txt · Last modified: 2023/06/12 17:49 by aorth