- List of Backups
- View the diff.
- View the diff current.
- View the source.
- Go to Murasaki.
- 1 (2007-12-29 (Sat) 02:07:02)
- 2 (2007-12-29 (Sat) 02:36:02)
- 3 (2007-12-29 (Sat) 10:34:32)
- 4 (2008-02-29 (Fri) 12:09:16)
- 5 (2009-04-16 (Thu) 15:01:36)
- 6 (2009-05-12 (Tue) 10:17:26)
- 7 (2009-09-08 (Tue) 09:05:04)
- 8 (2009-11-11 (Wed) 18:25:15)
- 9 (2010-03-18 (Thu) 15:11:49)
- 10 (2010-05-17 (Mon) 05:13:15)
- 11 (2010-05-19 (Wed) 06:58:46)
- 12 (2010-05-20 (Thu) 16:26:35)
- 13 (2010-10-10 (Sun) 06:11:29)
Murasaki Project - the Frontpage?
./murasaki seq/MtC.gbk seq/Mle.gbk -p[28:36] -H2 -b24 --name myalignment | Runs the core alignment program. "seq/MtC.gbk seq/Mle.gbk" specifies the input sequences. "-p[28:36]" uses a random string consiting of 28 1's and 8 0's. -H2 specifies to include anchor component information (for calculation of tf-idf scores by filter.pl). -b24 specifies to use only 24bit hash keys (as opposed to the default 26). This is desriable (possibly necessary) for machines with limited RAM. --name obviously the output file prefix. |