myth
myth
I test crystal-1.5.0-1 and crystal-1.3.2-1 both got this bug: I have two servers(A and B, they both are in same local area network by one WIFI): A: ip 192.168.8.83, Unbuntu...
Crystal lang had release V1.2.1 recently,so I tested ```fqcnt_cr1_klib.cr``` and ```bedcov_cr1_klib.cr```(with nothing modify these two files) in my computer below showed: For fqcnt: the run time of plain txt is...
``` $ ./dbxcli-windows-amd64.exe account 1. Go to https://www.dropbox.com/1/oauth2/authorize?client_id=*****&response_type=code&state=state 2. Click "Allow" (you might have to log in first). 3. Copy the authorization code. Enter the authorization code here: **** Error:...
If add this to ```src/enumerable.cr```: ``` # split array to n parts # # ``` # a = (0..10).to_a # a.split_array(100) # => [[0], [1], [2], [3], [4], [5], [6],...
hi~ I thought marginPhase is for phase variation for resequencing project instead of phase diplod denovo assembly result to haploid genome? like HapCHAT ? I am not sure this, maybe...
TM-align is for two protein 3D structure comparision, the source code of TM-align is ```https://zhanggroup.org/TM-align/TMalign.cpp```.
``` !DOCTYPE html> molstar.Viewer.create('app', { }).then(viewer => { // step1: how to get the position of hovered residue // step2: if got the residue postion number is 3th, so how...