This website requires JavaScript.
Explore
Help
Sign In
zzh
/
gatk-3.8
Watch
1
Star
0
Fork
You've already forked gatk-3.8
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Moved vector JNI code to public/c++/VectorPairHMM
Browse Source
...
This commit is contained in:
Karthik Gururaj
2014-01-27 14:52:59 -08:00
parent
85a748860e
commit
2c0d70c863
29 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
0
PairHMM_JNI/.gitignore → public/c++/VectorPairHMM/.gitignore
vendored
Unescape
Escape
View File
0
PairHMM_JNI/JNI_README → public/c++/VectorPairHMM/JNI_README
Unescape
Escape
View File
0
PairHMM_JNI/LoadTimeInitializer.cc → public/c++/VectorPairHMM/LoadTimeInitializer.cc
Unescape
Escape
View File
0
PairHMM_JNI/LoadTimeInitializer.h → public/c++/VectorPairHMM/LoadTimeInitializer.h
Unescape
Escape
View File
0
PairHMM_JNI/Makefile → public/c++/VectorPairHMM/Makefile
Unescape
Escape
View File
0
PairHMM_JNI/avx_function_instantiations.cc → public/c++/VectorPairHMM/avx_function_instantiations.cc
Unescape
Escape
View File
0
PairHMM_JNI/baseline.cc → public/c++/VectorPairHMM/baseline.cc
Unescape
Escape
View File
0
PairHMM_JNI/define-double.h → public/c++/VectorPairHMM/define-double.h
Unescape
Escape
View File
0
PairHMM_JNI/define-float.h → public/c++/VectorPairHMM/define-float.h
Unescape
Escape
View File
0
PairHMM_JNI/define-sse-double.h → public/c++/VectorPairHMM/define-sse-double.h
Unescape
Escape
View File
0
PairHMM_JNI/define-sse-float.h → public/c++/VectorPairHMM/define-sse-float.h
Unescape
Escape
View File
0
PairHMM_JNI/headers.h → public/c++/VectorPairHMM/headers.h
Unescape
Escape
View File
0
PairHMM_JNI/jni_common.h → public/c++/VectorPairHMM/jni_common.h
Unescape
Escape
View File
0
PairHMM_JNI/jnidebug.h → public/c++/VectorPairHMM/jnidebug.h
Unescape
Escape
View File
0
PairHMM_JNI/org_broadinstitute_sting_utils_pairhmm_DebugJNILoglessPairHMM.cc → public/c++/VectorPairHMM/org_broadinstitute_sting_utils_pairhmm_DebugJNILoglessPairHMM.cc
Unescape
Escape
View File
0
PairHMM_JNI/org_broadinstitute_sting_utils_pairhmm_DebugJNILoglessPairHMM.h → public/c++/VectorPairHMM/org_broadinstitute_sting_utils_pairhmm_DebugJNILoglessPairHMM.h
Unescape
Escape
View File
0
PairHMM_JNI/org_broadinstitute_sting_utils_pairhmm_VectorLoglessPairHMM.cc → public/c++/VectorPairHMM/org_broadinstitute_sting_utils_pairhmm_VectorLoglessPairHMM.cc
Unescape
Escape
View File
0
PairHMM_JNI/org_broadinstitute_sting_utils_pairhmm_VectorLoglessPairHMM.h → public/c++/VectorPairHMM/org_broadinstitute_sting_utils_pairhmm_VectorLoglessPairHMM.h
Unescape
Escape
View File
0
PairHMM_JNI/pairhmm-1-base.cc → public/c++/VectorPairHMM/pairhmm-1-base.cc
Unescape
Escape
View File
0
PairHMM_JNI/pairhmm-template-kernel.cc → public/c++/VectorPairHMM/pairhmm-template-kernel.cc
Unescape
Escape
View File
0
PairHMM_JNI/pairhmm-template-main.cc → public/c++/VectorPairHMM/pairhmm-template-main.cc
Unescape
Escape
View File
0
PairHMM_JNI/run.sh → public/c++/VectorPairHMM/run.sh
Unescape
Escape
View File
0
PairHMM_JNI/shift_template.c → public/c++/VectorPairHMM/shift_template.c
Unescape
Escape
View File
0
PairHMM_JNI/sse_function_instantiations.cc → public/c++/VectorPairHMM/sse_function_instantiations.cc
Unescape
Escape
View File
0
PairHMM_JNI/template.h → public/c++/VectorPairHMM/template.h
Unescape
Escape
View File
0
PairHMM_JNI/utils.cc → public/c++/VectorPairHMM/utils.cc
Unescape
Escape
View File
0
PairHMM_JNI/utils.h → public/c++/VectorPairHMM/utils.h
Unescape
Escape
View File
0
PairHMM_JNI/vector_defs.h → public/c++/VectorPairHMM/vector_defs.h
Unescape
Escape
View File
0
PairHMM_JNI/vector_function_prototypes.h → public/c++/VectorPairHMM/vector_function_prototypes.h
Unescape
Escape
View File
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
zzh/gatk-3.8
Title
Body
Create Issue