Skip to content

This is a customized version of SnpEff used in Spritz (https://github.com/smith-chem-wisc/Spritz), which outputs a protein FASTA and XML files that can be used in MS proteomic search software.

Notifications You must be signed in to change notification settings

animesh/SnpEff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                                   SnpEff
                                   ------

Documentation

http://snpeff.sourceforge.net/

Enjoy!

Pablo Cingolani

To build SnpEff for Spritz:

  1. Activate spritz conda environment
  2. conda install maven
  3. Execute the following commands:
cd SnpEff
mvn install:install-file -Dfile=lib/antlr-4.5.1-complete.jar -DgroupId=org.antlr -DartifactId=antlr -Dversion=4.5.1 -Dpackaging=jar
mvn install:install-file -Dfile=lib/biojava3-core-3.0.7.jar -DgroupId=org.biojava -DartifactId=biojava3-core -Dversion=3.0.7 -Dpackaging=jar
mvn install:install-file -Dfile=lib/biojava3-structure-3.0.7.jar -DgroupId=org.biojava -DartifactId=biojava3-structure -Dversion=3.0.7 -Dpackaging=jar
export VERSION=4.3
export VERSION_UND=`echo $VERSION | tr '.' '_'`
mvn clean compile assembly:assembly
mvn install:install-file -Dfile=target/SnpEff-$VERSION.jar -DgroupId=org.snpeff -DartifactId=SnpEff -Dversion=$VERSION -Dpackaging=jar -DgeneratePom=true --quiet
cp target/SnpEff-$VERSION-jar-with-dependencies.jar snpEff.jar
cd ..
  1. To create new zip-file release, include everything except the data folder.

About

This is a customized version of SnpEff used in Spritz (https://github.com/smith-chem-wisc/Spritz), which outputs a protein FASTA and XML files that can be used in MS proteomic search software.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 62.1%
  • HTML 31.1%
  • Perl 2.2%
  • Shell 2.1%
  • CSS 0.8%
  • Python 0.6%
  • Other 1.1%