| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| seqsaw_1.0.8_examples.tar.gz | 2011-08-10 | 50.1 MB | |
| seqsaw_1.0.8.tar.gz | 2011-08-10 | 1.9 MB | |
| seqsaw_1.0.6.tar.gz | 2011-05-25 | 1.8 MB | |
| seqsaw_1.0.6_examples.tar.gz | 2011-05-25 | 50.1 MB | |
| seqsaw_1.0.1.tar.gz | 2011-05-21 | 50.2 MB | |
| Totals: 5 Items | 154.1 MB | 0 | |
How to install: # go to the directory of src (package_path/src) and type make # 64-bit OS is recommended cd src; make # cd src; make -f Makefile_bit32 for 32-bit OS # Please access http://bioinfo.au.tsinghua.edu.cn/software/seqsaw/ for detailed introductions. # There are several examples under package_path/examples/. # Each .sh file contains an example and can be tested directly. # For example cd examples; ./test_50nt.sh cd examples; ./test_75nt_PE.sh # Note: The simulated reads are used to show the usage of SeqSaw. # However, the "sequencing depth" is too low to predict junctions. # The example configuration file <run.cfg> contains detailed descriptions for all settings. # For other examples, see *.cfg under package_path/examples. # Comments, suggestions, questions, bug reports, etc, are all welcome. # For enquiries, please send email to wanglikun at tsinghua.edu.cn. # Thanks!