search for: genexpr

Displaying 5 results from an estimated 5 matches for "genexpr".

Did you mean: genexp
2004 Jul 01
1
[LLVMdev] Add assert in llvm::StroreInst::init and llvm::LoadInst::init
I'm make silly error (swap arguments in llvm::StroreInst constructor call: llvm::Value* var = genExpr(bb,*varExpr,false); llvm::Value* val = genExpr(bb,*valExpr,true ); llvm::StoreInst* lStore = new llvm::StoreInst(var,val,bb); instead assert(var && var->getType()->getTypeID()==llvm::Type::PointerTyID && "var side isn't pointer type"); llvm::StoreInst* lStore =...
2019 May 28
2
samba-tool dns serverinfo command throws error
...quot;/usr/local/samba/lib/python3.5/site-packages/samba/netcmd/dns.py", line 159, in dns_addr_array_string     x = b"".join(bytes(chr(b)) for b in array.AddrArray[i].MaxSa)[4:8]   File "/usr/local/samba/lib/python3.5/site-packages/samba/netcmd/dns.py", line 159, in <genexpr>     x = b"".join(bytes(chr(b)) for b in array.AddrArray[i].MaxSa)[4:8]
2018 May 03
0
download.file does not process gz files correctly (truncates them?)
...out that every so often the download.file() function inserts an extra byte. There's no real obvious pattern in how these bytes are added, but the file downloaded using download.file() is actually larger (in this case by about 8 kb). The file xxx_inR.CEL.gz is read in using: setwd("E:/Temp/genexpr/Compare") id <- "GSM907854" flink <- paste0(" https://www.ncbi.nlm.nih.gov/geo/download/?acc=GSM907854&format=file&file=GSM907854%2ECEL%2Egz ") fname <- paste0(id,"_inR.CEL.gz") download.file(flink, destfile = fname) The file xxx_di...
2019 May 17
2
samba-tool dns serverinfo command throws error
Hello,      I'm using the internal DNS server and when running the command 'samba-tool dns serverinfo dc1 -U administrator' I get the following output. @dc1:~# samba-tool dns serverinfo dc1.domain.local -U administrator Password for [DOMAIN\administrator]:   dwVersion                   : 0xece0205   fBootMethod                 : DNS_BOOT_METHOD_DIRECTORY  
2018 May 02
7
download.file does not process gz files correctly (truncates them?)
Dear all, I've noticed by trying to download gz files from here : https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM907811 At the bottom one can download GSM907811.CEL.gz . If I download this manually and try oligo::read.celfiles("GSM907811.CEL.gz") everything works fine. (oligo is a bioConductor package) However, if I download using download.file("