| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| all_versions | 2011-08-10 | ||
| 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 | |
| website.pdf | 2011-05-03 | 283.7 kB | |
| website.pdf.tar.gz | 2011-05-03 | 258.5 kB | |
| Method.pdf | 2011-05-03 | 1.6 MB | |
| Method.pdf.tar.gz | 2011-05-03 | 1.2 MB | |
| mini_example_slides.pdf | 2011-05-03 | 843.8 kB | |
| mini_example_slides.pdf.tar.gz | 2011-05-03 | 565.8 kB | |
| ReadMe.txt | 2011-04-27 | 937 Bytes | |
| Totals: 10 Items | 56.8 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!