Changes between Version 12 and Version 13 of WikiStart
- Timestamp:
- Apr 4, 2013, 3:38:42 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v12 v13 58 58 As several steps require information about the GC contents of areas on the genome we need to prepare the necessary information for WISECONDOR. This step only needs to be repeated when the reference genome is replaced. 59 59 {{{ 60 python countgc.py hg19.fasta gccountperbin.pickle60 python countgc.py /path/to/hg19.fasta gccountperbin.pickle 61 61 }}} 62 62 This takes quite a few minutes as the implementation was not focused on speed, rather on quick functionality. As you rarely have to do this step this shouldn't really be a problem.