Han Hu
Han Hu
Hi, When I was using RClr and got following error: ``` > clrGetMemberSignature(spec_obj, 'defaultArrayLength') [1] "Property defaultArrayLength, UInt64, can write: True" > clrGet(spec_obj, 'defaultArrayLength') Error in (function () : clr_obj_ms_convert_to_SEXP:...
Hi, I am using `fqtools` to validate fastq files for our pipeline. I found the function `fqtools validate` very useful and fast. Just want to know, is there any support...
Hi, I found two bugs when repeating the varsim example. ``` File "/opt/varsim-0.7.10/varsim.py", line 458, in varsim_main simulator_commands_files.append((art_command, os.path.join(log_dir, "art.lane%d.out" % (i)), os.path.join(log_dir, "art.lane%d.err" % (i)))) NameError: global name 'art_command'...
Hi, I have following error in my code. Object ch has function like void getTimeIntensityPairs(TimeIntensityPairList& ), and I created an object ch_data (TimeIntensityPairList type) and passed it to the function....
Hi, I was trying to use some dll files (from windows platform) using linux version of rClr, and got errors like this: ``` > library(rClr) Assembly '/usr/local/lib/R/site-library/rClr/libs/ClrFacade.dll' doesn't have an...
Hi @ssadedin , I used a bpipe script to process fastq files, but got strange inputs for the final pooling step. The workflow is like: `check_input + "%_[rR]*.fastq.gz" * [...
Hi, When I was testing bpipe script, I can only see the first command to run. Is there any way to see all the expected commands at once? This would...
Any idea of extending it to support new classes, such as microbiota? Thanks.
Hi, I am working on converting variants of different formats to gDNA variants I found some items gave different results: commandline (version : 2.3.4) ``` hanh@cpuserver:/data/home$ transvar panno -i "EGFR:p.D770_N771insNPG"...
Command `get_impactfactor("Perspective in science")` returns: ``` # A tibble: 1 x 4 Journal Cites ImpactFactor Eigenfactor 1 Industrial and Organizational Psychology-Perspectives on Science an… 1123 16.4 0.00263 ``` which is...