# HG changeset patch # User jjohnson # Date 1347590013 14400 # Node ID 388f178f9e13c743f9bcf610ba1283ab89d08eea Uploaded diff -r 000000000000 -r 388f178f9e13 snpEff.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/snpEff.xml Thu Sep 13 22:33:33 2012 -0400 @@ -0,0 +1,492 @@ + + Variant effect and annotation + + + JAVA_JAR_PATH + + java -Xmx6G -jar $JAVA_JAR_PATH/snpEff.jar eff -c $JAVA_JAR_PATH/snpEff.config -i $inputFormat -o $outputFormat -upDownStreamLen $udLength $filterIn $filterHomHet -no $filterOut -stats $statsFile $genomeVersion $input > $output + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +This tool calculate the effect of variants (SNPs/MNPs/Insertions) and deletions. + +For details about this tool, please go to http://snpEff.sourceforge.net + + + + diff -r 000000000000 -r 388f178f9e13 snpEff_download.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/snpEff_download.xml Thu Sep 13 22:33:33 2012 -0400 @@ -0,0 +1,424 @@ + + Download a new database + + JAVA_JAR_PATH + + java -jar $JAVA_JAR_PATH/snpEff.jar download -c $JAVA_JAR_PATH/snpEff.config $genomeVersion > $logfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +This tool downloads a SnpEff database. + +For details about this tool, please go to http://snpEff.sourceforge.net + + + + diff -r 000000000000 -r 388f178f9e13 snpSift_annotate.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/snpSift_annotate.xml Thu Sep 13 22:33:33 2012 -0400 @@ -0,0 +1,31 @@ + + Annotate SNPs from dbSnp + + + JAVA_JAR_PATH + + java -Xmx6G -jar $JAVA_JAR_PATH/SnpSift.jar annotate -q $dbSnp $input > $output + + + + + + + + + + + + + + +This is typically used to annotate IDs from dbSnp. + +For details about this tool, please go to http://snpeff.sourceforge.net/SnpSift.html#annotate + + + + diff -r 000000000000 -r 388f178f9e13 snpSift_caseControl.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/snpSift_caseControl.xml Thu Sep 13 22:33:33 2012 -0400 @@ -0,0 +1,38 @@ + + Count samples are in 'case' and 'control' groups. + + + JAVA_JAR_PATH + + + java -Xmx1G -jar $JAVA_JAR_PATH/SnpSift.jar casControl -q $hhCase $hhControl $caseControStr $input > $output + + + + + + + + + + + + + + + + + + + + + +Count samples are in 'case' and 'control' groups. You can count 'homozygous', 'heterozygous' or 'any' variants. Case and control are defined by a string containing plus and minus symbols ('+' and '-') where '+' is case and '-' is control. This command adds two annotations to the VCF file. + +For details about this tool, please go to http://snpeff.sourceforge.net/SnpSift.html#casecontrol + + + diff -r 000000000000 -r 388f178f9e13 snpSift_filter.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/snpSift_filter.xml Thu Sep 13 22:33:33 2012 -0400 @@ -0,0 +1,36 @@ + + + Filter variants using arbitrary expressions + + + JAVA_JAR_PATH + + + java -Xmx6G -jar $JAVA_JAR_PATH/SnpSift.jar filter -f $input -e $exprFile > $output + + + + + + + + $expr + + + + + + + + + +You can filter using arbitrary expressions. + +For details about this tool, please go to http://snpeff.sourceforge.net/SnpSift.html#filter + + + diff -r 000000000000 -r 388f178f9e13 snpSift_int.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/snpSift_int.xml Thu Sep 13 22:33:33 2012 -0400 @@ -0,0 +1,28 @@ + + Filter variants using intervals + + + JAVA_JAR_PATH + + + cat $input | java -Xmx2G -jar $JAVA_JAR_PATH/SnpSift.jar int $bedFile > $output + + + + + + + + + + + +You can filter using intervals (BED file) + +For details about this tool, please go to http://snpeff.sourceforge.net/SnpSift.html#intervals + + + diff -r 000000000000 -r 388f178f9e13 tool_dependency.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependency.xml Thu Sep 13 22:33:33 2012 -0400 @@ -0,0 +1,19 @@ + + + + $INSTALL_DIR/dist + + + + + http://sourceforge.net/projects/snpeff/files/snpEff_latest_core.zip/download + mkdir -p $INSTALL_DIR/dist/ + cp -rp * $INSTALL_DIR/dist/ + + + + + + + +