Giter Site home page Giter Site logo

tao-deng / snpeffect Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jmchilton/snpeffect

0.0 1.0 0.0 205.37 MB

My local mirror of SVN repository for SnpEffect (http://svn.code.sf.net/p/snpeff/code/SnpEffect/trunk/).

Makefile 0.01% C 0.53% HTML 53.91% R 0.08% PostScript 0.32% Perl 0.40% CSS 0.30% JavaScript 0.08% Shell 0.46% TeX 0.12% Java 43.53% FreeMarker 0.25%

snpeffect's Introduction

                                       snpEff
                                       ------


A tool to calculate the effect of SNPs in genomes.

Main page: http://snpeff.sourceforge.net/


Galaxy install details
----------------------

  By default the snpEff is assumed to be installed in "~/snpEff", where ~ means "your home directory"
  If you install it somewhere else, you'll need to modify the following files:

	- snpEff.config:

		---------- Change data_dir param ----------
		# Interval data is stored here
		data_dir = /path/to/snpEff/data/
		---------- End of change ----------

	- snpEff.xml: This is the galaxy configuration file (in tools directory)

		---------- Change command param ----------
		<command>java -jar /path/to/snpEff/snpEff/snpEff.jar -c /path/to/snpEff/snpEff/snpEff.config $genomeVersion $input > $output</command>
		---------- End of change ----------

	WARNING!: You may need to use a custom memory value in your java virtual machine ("-XmX" option) as shown here:

		---------- Change command param ----------
		<command>java -Xmx4G -jar /path/to/snpEff/snpEff.jar -c /path/to/snpEff/snpEff.config $genomeVersion $input > $output</command>
		---------- End of change ----------

If you have any bugs, suggestions or problems, you may contact me [email protected]
Enjoy!

	Pablo Cingolani

snpeffect's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.