readme.w32

来自「序列对齐 Compare a protein sequence to a pr」· W32 代码 · 共 71 行

W32
71
字号
October 6, 2006The FASTA programs for Windows32 environments (WindowsNT, 2000, XP)has undergone a major upgrade, so that now all the programs in theUnix/MacOSX distribution are available to Windows users.  Moreover,Windows users with modern (SSE2 compatible) processors can run greatlyaccelerated versions of the Smith-Waterman ssearch program.Moreover, these programs work both with FASTA formatted files, andNCBI BLAST formatted files.The following programs are available:    fasta34.exe	       	protein-protein or DNA-DNA database searches    fastf34.exe    fastm34.exe    fasts34.exe    fastx34.exe		compare DNA query to protein library with frameshifts    fasty34.exe		compare DNA query to protein library with frameshifts    prfx34.exe    prss34.exe		evaluate statistical significance using shuffles    prss34sse2.exe    ssearch34.exe	Smith-Waterman for prot-prot or DNA-DNA searches    ssearch34sse2.exe	Smith-Waterman, accelerated with SSE2 extensions    tfastf34.exe    tfastm34.exe    tfasts34.exe    tfastx34.exe	compare protein to DNA library with frameshifts    tfasty34.exe	compare protein to DNA library with frameshiftsEach of these programs also has a "threaded" version, which can run onmultiple processors (or dual cores) if they are available.  However,they are built using the Unix pthreads API, so to use these programs,you must download the pthreadVC2.dll from:ftp://sources.redhat.com/pub/pthreads-win32/dll-latest/lib/pthreadVC2.dllsee also http://sourceware.org/pthreads-win32/    fasta34_t.exe    fastf34_t.exe    fastm34_t.exe    fasts34_t.exe    fastx34_t.exe    fasty34_t.exe    prfx34_t.exe    prss34_t.exe    prss34sse2_t.exe    ssearch34_t.exe    ssearch34sse2_t.exe    tfastf34_t.exe    tfasts34_t.exe    tfastx34_t.exe    tfasty34_t.exeWithout that DLL, the threaded programs will not run at all. Thecurrent compilation supports two threads, and speeds up searches about2-fold on dual-core processors.The programs have been tested with protein and DNA databases in FASTAformat, PIR/GCG-text format, and Genbank flatfile format.  The programdoes not work properly with GCG binary format databases, but it seemsunlikely that Windows users would need these. Be certain to use an program that can work with long file names whenunpacking the program source files.Please report bugs to:	wrp@virginia.edu

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?