MIToS.jl icon indicating copy to clipboard operation
MIToS.jl copied to clipboard

Mutual Information Tools for protein Sequence analysis in Julia

Results 18 MIToS.jl issues
Sort by recently updated
recently updated
newest added

Here is the code first: `sfile = downloadsifts("2VB1")` I am getting this error: `ERROR: ArgumentError: missing or unsupported scheme in URL (expected http(s) or ws(s)): ftp://ftp.ebi.ac.uk/pub/databases/msd/sifts/split_xml/vb/2vb1.xml.gz` This happens with basically...

Extract fasta sequence from PDB file ignoring ANISOU

``` D:\>"C:\Users\Diego\AppData\Local\Julia-1.2.0\bin\julia.exe" C:\Users\Diego\.julia\packages\MIToS\Hha81\scripts\SplitStockholm.jl -h ERROR: LoadError: ArgumentError: Package ArgParse not found in current path: - Run `import Pkg; Pkg.add("ArgParse")` to install the ArgParse package. ```

```julia parse(""" # P D K Q L D E R E H T I E # P D A Q R I K A K R N A K...

- [ ] deprecate `@residue...` macros and use kw args instead - [ ] make `map...freq` simpler with kw args and default values

enhancement

The updated `mitos-benchmarks/MIToS` benchmark shows small regression in `read`/`write` of MSA for Julia 1.0.2 and MIToS 2.3.1. Maybe, it's related to the use of `length(::String)`: https://discourse.julialang.org/t/performance-of-length-string/12672 Also, `@profile` shows that...

performance

Actual test coverage is ~89%. That's great! However, would be great to increase that number to make this package more reliable and avoid future regressions ;) It's easy to see...

help wanted
good first issue

We've started to port MIToS benchmarks to this repository (in the *benchmark* folder) to use [PkgBenchmark](https://github.com/JuliaCI/PkgBenchmark.jl). Actually, old bechmarks for MIToS are in: - [ ] [mitos-benchmarks](https://github.com/diegozea/mitos-benchmarks) - [ ]...

help wanted
good first issue

...when it's possible to gain performance: https://github.com/JuliaLang/julia/issues/5364

help wanted
good first issue

PV can be useful for this: https://github.com/biasmv/pv

enhancement
help wanted
good first issue