-
Good afternoon,
I've had a few problems lately with minimap2. Initially, I was using the default settings:
minimap2 -cx map-ont ref.fa fastq > file.paf
However, I realised that at times (often) I…
-
Implementations will wish to experiment with the kinds of interactions that they make available for automation. Between all the interactions that assistive technologies (ATs) give their users (for ins…
-
*Issue migrated from trac ticket # 1434*
**component:** Core: Parse Library | **priority:** minor | **resolution:** fixed
#### 2017-09-29 12:57:15: @tneele created the issue
___
For some modal for…
-
Was touched upon in https://github.com/ozra/onyx-lang/issues/74#issuecomment-212302086, and some places else, but I think it needs to be issued properly here.
I favour the following, except `implemen…
-
trying to plot the whole chromosome for samples, for example putting "e" as the length of chromosome from https://www.ncbi.nlm.nih.gov/grc/human/data
```
samplot plot -b TK91L003.markdup.sorted.ba…
-
Hi, I am trying to run GAPIT using a set of 85k SV for about 350 accessions.
I am using the following to import gapit
`
suppressMessages(source(pipe(paste0("wget -O - --no-check-certificate http:…
-
Hi, awesome project!
Have you thought about using http://ruby-doc.org/stdlib-2.0.0/libdoc/curses/rdoc/Curses.html for rendering? It's much better fit for rendering ascii game graphics on console than…
-
Hi,
We would like to have the following new terms:
1) copy neutral loss of heterozygosity (synonym CNLOH)
2) amplification (synonym: AMP)
3) amplification with loss of heterozygosity (synonym: amplif…
-
Hello,
I am attempting to run Valor on a non-human dataset for which no default Sonic file is available.
I thus followed the guidelines on Sonic's GitHub page and created my own file. I generate…
-
Hypothetical syntax:
```julia
@stencil C[i] = (B[i+1] - B[i-1])
```
Should this create C initialized to 0 and fill only 2:end-1
```julia
@stencil C[i] = (B[i+1] - B[i-1]) compact=true
```
Could …