Skip to content

Commit

Permalink
COMMIT.
Browse files Browse the repository at this point in the history
DONE:
* Fixed README file extension.

TODO:
* Deal with overlapping windows (via phasing).
* Consider truncating L for numerical purposes.
* Case where N=1, then b=0?
* Case where MLE doesn't exist, i.e. when log-likelihood is not concave?
  • Loading branch information
Jordi Abante committed Jan 15, 2019
1 parent 8897cc0 commit e84896d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions README → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ A `julia` package for allele-specific methylation analysis.
* `julia v1.0.0` or greater.
* `git`.

```
Give examples
```

### Installing

`JuliASM` and dependencies can be installed via the following command:
Expand Down
1 change: 0 additions & 1 deletion src/juliASM_bioinformatics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,6 @@ function run_asm_analysis(bam1_path::String, bam2_path::String, vcf_path::String
mi = comp_mi(n,eta1,eta2)
push!(bG_mi_records,(chr,featSt,featEnd,mi))
end

end
# Add values to respective output BigWig files after each chr
bG_mml1_records = write_bG(bG_mml1_records, bG_mml1_path)
Expand Down

0 comments on commit e84896d

Please sign in to comment.