Displaying 2 results from an estimated 2 matches for "012847".
Did you mean:
12847
2011 Jun 10
2
Sorting Data Frame Without Loop
...be concatenated with a comma separating them. The way I have done it earlier worked fine for small datasets, but as I am working with around 30,000 entries, it proved too slow and I'm not sure how to do it in another way.
Here is an example of the input.
ProteinID
GeneID
GeneName
M-012847-00
NM_057175
NARG1
M-012847-00
NM_057175
TBDN100
M-015544-00
NM_153008
FLJ30277
M-015544-00
NM_153027
FLJ31659
M-024202-00
NM_207330
NIPAL1
M-024202-00
NM_207330
NPAL1
Here is an example showing what I want:
ProteinID
GeneID
GeneName
M-012847-00
NM_057175
NARG1, T...
2008 Apr 09
2
rsync error: some files could not be transferred -- How to ignore
Hi Wayne,
I read your thread online at http://lists.samba.org/archive/rsync/2005-June/012847.html
and I am having a similar problem.
In my case, rsync displays the error code "rsync error: some files
could not be transferred (code 23)" and it kills my script. Do you
have any advice on how would I go about writing, researching etc. a
script to tell rsync to ignore such e...