search for: sift

Displaying 20 results from an estimated 170 matches for "sift".

Did you mean: shift
2012 Jun 25
2
setdiff datframes
...HGNC=SF3B1 2 ENSP=ENSP00000335321;HGNC=SF3B1 3 ENSP=ENSP00000335321;HGNC=SF3B1 4 ENSP=ENSP00000335321;HGNC=SF3B1 5 ENSP=ENSP00000384852;HGNC=DNMT3A 6 ENSP=ENSP00000324375;HGNC=DNMT3A 7 ENSP=ENSP00000264709;HGNC=DNMT3A 8 ENSP=ENSP00000370132;HGNC=DNMT3A 9 ENSP=ENSP00000263967;PolyPhen=benign(0.019);SIFT=tolerated(0.13);HGNC=PIK3CA 10 ENSP=ENSP00000306705;PolyPhen=probably_damaging(0.983);SIFT=deleterious(0.01);HGNC=TET2 11 ENSP=ENSP00000391448;PolyPhen=possibly_damaging(0.825);SIFT=deleterious(0);HGNC=TET2 12 ENSP=ENSP00000442788;PolyPhen=possibly_damaging(0.825);SIFT=deleterious(0);HGNC=TET2 1...
2016 Jun 29
2
size-related rsync bugs?
...y from a remote daemon. This has worked well for years but has recently started to give problems. The rsync transfer is run by a program called dirvish that is run as a cron job. The log looks like this: ACTION: rsync -vrltH --delete --stats -D --numeric-ids --exclude-from=/nfs/scop5/data/msd/sifts-mirror/2016-06-28/exclude --link-dest=/nfs/scop5/data/msd/sifts-mirror/2016-06-07/tree rsync.ebi.ac.uk::pub/databases/msd/sifts/ /nfs/scop5/data/msd/sifts-mirror/2016-06-28/tree receiving incremental file list csv/pdb_chain_cath_uniprot.csv csv/pdb_chain_enzyme.csv csv/pdb_chain_go.csv broken...
2008 Apr 26
1
sieve doesn't sift yet
Hi all, I am having difficulty getting sieve working. I created a simple set of rules which I've validated on the sieve-php page at SF. I placed this file, .dovecot.sieve, in the root of my maildir, which I understand is the default location. I also created a logfile in /var/log, but nothing has gotten written to it yet. Here is my configuration: $ sudo dovecot -n # 1.0.13:
2006 Mar 28
5
combining two models in one controller/view "set"
...ller "set" for both models; when I refer to "set", I mean having a generic controller called Library with methods for create, edit, show, destroy, and list, but these methods would access and manipulate this combined data set of authors and their books from both models. After sifting through both the controllers and views and adding those relationships (described above) is there any way to: a) run the scaffolding again so that it will take these new relationships into account? b) if not, how should I proceed? I am a complete Ruby/RoR/MVC luddite and am open to any suggesti...
2005 Apr 01
3
plot axis appearance problem
Hello, When I plot any data with simple plot command in R, for example :- plot(time,co2,ylim=c(350,380),xlim=c(1993,2003),xlab=NA,ylab=NA,type="p",col=5) Then the first value of x-axis(350) and y-axis(1993) never starts from origin, always they sifted from the origin. Is there any command that I can correct this in the ploted figure and both the axis values start from origin. Thanks for help, Regards, Yogesh -- =========================================== Yogesh K. Tiwari, Max-Planck Institute for Biogeochemistry, Beutenberg Campus, Han...
2006 Apr 27
2
autocomplete question
...es" and "Mary Smith". I have to believe this will be much slower as the number of recrords increases, but even if it''s not, I can''t imagine anyone searching for Mary Smith by entering MI. For searches of this type it would increase the noise that the user needs to sift through with no apparent benefit. Is there a simple work around/mod for this? thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060427/e21d743f/attachment.html
2004 Aug 06
2
liveice sending horrible static noise?
well, I got it working with the liveice-xmms plugin... had to sift through the source and remove the -x argument passed to lame... --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscr...
2006 Jul 23
6
Best way to sort the emails in a mailing list?
...olved with and which ones they haven''t. That way when a new email comes in and its in a thread you''ve been involved with, you could move it to another folder. I''ve looked at the email headers and can''t find out a way to do this. It kind of sucks having to sift through 200 emails to find replies to my question. Thanks for the help. Thank You, Ben Johnson E: bjohnson@contuitive.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060723/3c80c581/attachment.html
2004 Dec 29
2
So what if I can't dial out ... or in ... Asterisk just blows my mind!
I subscribed to this list for about two months before I began posting, so I've got a buttload of email to sift through ... I'm doing this BEFORE I flood the list with my inane questions ... But here goes: I read a reply from one guy to another about recording. The message included this context from extensions.conf: [recordings] exten => 500,1,Festival('Please record your message') exten...
2017 Apr 20
2
Log Level and Failed Authentication Attempts
Hello Samba Friends, For those of you who have had to sift through Samba logs for clues on how to determine what caused an account to lock after repeated failed logon attempts, what "log level" settings have you found to be most helpful? Thanks, Matthew ©2017 KNOCK, inc. All rights reserved. KNOCK is a registered trademark of KNOCK, inc. This m...
2003 Jul 18
7
OT: list format vs newsgroup format
Arrrrgh I hate trying to sift through all these messages and keep track of the various threads going on ......... Who else on here prefers the newsgroup/threaded approach? If you haven't already, check out news.gmane.org for mailing lists turned into newsgroups readable by news readers....... only problem being that thi...
2016 May 04
4
Filter optimization remarks by the hotness of the code region
...rt prototyping it. To summarize, we can emit optimization remarks using the -Rpass* options. These are currently emitted by optimizations like vectorization[3], unrolling, inlining and since last week loop distribution. For large programs however this can amount to a lot of diagnostics output to sift through. Filtering this by the hotness of the region can help to focus the user on performance opportunities that are likely to pay off. The approach I am thinking of taking is to install a wrapper as the diagnostics handler that will only forward to the original handler if the region of code is...
2008 Oct 24
2
Sporadic One Way Audio
...em, but it is still aggravating to the customer that has been called. Normally I'd suspect that something was only passing packets in one direction, but there is no firewall between the asterisk server and the phones and no iptables or anything like that running on the Asterisk server and sifting through sip debug logs to try to find one call out of maybe 50 has so far proven fruitless. Are there any common issues that might cause this? Thanks, Brent Davidson
2006 Jun 22
4
Can I peek at all "active sessions"?
...track it myself in the database based on login/logout, but that doesn''t really count for people just leaving the computer logged in and never coming back. Does Rails have an API for me to monitor sessions and take a peek at their info? I''m googling as best I can but I have to sift through all the references to developer conferences with "ruby sessions" :) D -- Posted via http://www.ruby-forum.com/.
2008 Mar 25
5
Wine on Windows 7
...t a rumor. And considering the almost infinitely massive list of Windows programs already in existence, previous users of Windows will not be very happy about it. So, would it be possible to create a version of Wine that could run under a Windows environment as its own executable? I've tried sifting through the .zip archives, and only found the stuff that Wine installs to imitate Windows. So far the only other solution would be to install an older Windows on a virtual machine or by finding some kind of emulator, but after using Wine and seeing its friendliness, I believe a Windows version...
2020 Jul 15
3
Samba + Winbind : Kerberos Tickets
...have yet to produce a stable environment with respect to domain join, though the file systems themselves seem fine. One challenge is the vast array of (frequently inconsistent or inaccurate) documentation on the topic of Samba, different ways to do the same things, etc. So part of our challenge is sifting through useful, or not so useful, information. We really need an accurate recipe for installing Samba, all its dependencies, including Winbind (or alternative), having this domain joined, and supporting Windows File History. Can anyone of the core Samba team members point our way through the &...
2005 Aug 01
5
Tracking Traffic By Port or Process?
...P traffic by TCP/UDP port and/or by process/daemon with CentOS? I know a variety of ways to track it in total (e.g., ifInOctets & ifOutOctets with SNMP), but I'm not sure how to be approach seeing traffic by application, port, or process. One option would be to write something that would sift through different stuff for each daemon (for example, with apache, you could add up all the bytes sent by summing up the values in 'access_log'), but I was hoping for a more centralized method that would work the same for all daemons and/or ports. One approach I have though about is using...
2006 Dec 21
5
cft through changes (new tool based on puppet)
I''ve started working on a new tool that should help with modifying the configuration of a system under the control of puppet. The tool is called cft (pronounced ''sift'') and is inspired by Gnome''s Sabayon[1] in taht it watches how an admin changes a system and spits out a puppet manifest based on its observations. Cft''s website is http://cft.et.redhat.com/ , sources can be found in the mercurial repo at http://hg.et.redhat.com/hg/emd/a...
2010 Feb 25
2
[LLVMdev] Programmatic compilation of C++ file into bitcode
On Feb 25, 2010, at 2:28 PM, Trevor Harmon wrote: > I'm not sure how the other program can find the output, unless > of course the analyzer simply dumps the file to a hard-coded > location (/tmp?). Replying to myself again... After sifting through many of the existing transforms, I discovered that new command-line parameters can be added to opt simply by declaring them in the transform code, such as in this example from Internalize.cpp: static cl::opt<std::string> APIFile("internalize-public-api-file&quot...
2016 Dec 27
2
(Thin)LTO llvm build
After figuring out the fault in the configuration step and rebuilding, and then rebuilding again by forcing it with `ninja -k 16`, I managed to build everything but 12 ninja targets. I have to sift through them before I can report more, and I don't don't know if it's small enough to post here, but some of the more interesting errors are: llvm/projects/compiler-rt/lib/tsan/dd/dd_interceptors.cc:226:20: error: redefinition of 'realpath' INTERCEPTOR(char*, realpath, const ch...