- Jan 31, 2011
-
-
Aaron authored
I mistakenly omitted this logic from the new algorithm.
-
- Jan 27, 2011
- Jan 25, 2011
- Jan 21, 2011
- Jan 19, 2011
-
-
Aaron authored
-
Aaron authored
1. A -f (overlapFraction) parameter that defines the maximum overlap that a randomized feature can have with an -excl feature. That is, if a chosen locus has more than -f overlap with an -excl feature, a new locus is sought. 2. A new -incl option (thanks to Michael Hoffman and Davide Cittaro) that, defines intervals in which the randomized features should be placed. This is used instead of placing the features randomly in the genome. Note that a genome file is still required so that a randomized feature does not go beyond the end of a chromosome.
-
Aaron authored
-
Aaron authored
-
- Jan 14, 2011
- Jan 07, 2011
-
-
Aaron authored
-
Aaron authored
Previously used time() which has 1 second precision. Now use gettimeofday() which has millisecond precision.
-
Aaron authored
complementBed now reports chromosomes that were not present in the BED file, yet were in the genome file. Thanks to Michael Hoffman for reporting this.
-
- Jan 06, 2011
- Jan 05, 2011
-
-
Aaron authored
Fixed casting issue in windowBed.AddWindow() that cuased slop positions to run off the end of the chromosome.
-
- Jan 03, 2011
- Dec 03, 2010