Changes between Version 3 and Version 4 of jazz/11-05-04
- Timestamp:
- May 4, 2011, 1:56:18 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/11-05-04
v3 v4 15 15 ~/velvet_1.1.03$ ./velveth output 17 -fasta -short data/test_long.fa 16 16 ~/velvet_1.1.03$ ./velvetg output/ -exp_cov 3 -min_contig_lgth 100 17 }}} 18 * 使用 [http://packages.debian.org/valgrind valgrind] 來進行記憶體分析 19 {{{ 20 ~/velvet_1.1.03$ sudo apt-get install valgrind 21 ~/velvet_1.1.03$ valgrind -v --leak-check=full --show-reachable=yes ./velveth output 17 -fasta -short data/test_long.fa 2> velveth.log 22 ~/velvet_1.1.03$ valgrind -v --leak-check=full --show-reachable=yes ./velvetg output/ -exp_cov 3 -min_contig_lgth 100 2> velvetg.log 17 23 }}} 18 24 * 使用 gprof 進行 profile 分析