Displaying 4 results from an estimated 4 matches for "genome1".
Did you mean:
genome
2007 Jan 23
3
Query about extracting subsets from a table
Hi
I am trying to process tabular data as follows:
Data in the input file is of the form
genome1 genome2 tree-dist log10escore
Genome1 and genome2 are alphabetic.
Tree-dist and log10escore are numeric.
I wish to extract only those rows from this table
where the log10escore is less than -3.
data <-read.table(filename);
data$log10escore = data$log10escore[ data$log10escore
< -3];
I w...
2007 Jan 25
1
unique/subset problem
Hi
I am new to R programming and am using subset to
extract part of a data as follows
names(dataset) =
c("genome1","genome2","dist","score");
prunedrelatives <- subset(dataset, score < -5);
However when I use unique to find the number of unique
genomes now present in prunedrelatives I get results
identical to calling unique(dataset$genome1) although
subset has eliminat...
2009 Nov 12
0
Problems migrating NT4 domain to Samba
Hi,
I am finally biting the bullet and migrating our NT4 domain to Samba.
I am using the following guide: http://vermeulen.ca/linux-windows-nt.html
I installed a fresh copy of FC11 and installed samba 3 through yum.
Hostname of the linux machine is LEONIDAS. the DOMAIN name is
GENOME1. I created an account on the NT4 domain for a backup DC under
the server name LEONIDAS.
testparm returns that everything is ok.
I get the following error when I try to join the Samba BDC to the NT4
PDC:
[root at LEONIDAS ~]# net rpc join -I 199.45.176.40 -U administrator
Enter administrator'...
2009 Nov 24
1
migrating NT4 PDC net rpc vampire errors with capital letters
...dd
'SophosDomainPowerUser'' gave 3
and for Computer names:
Creating account: LIMS1$
useradd: invalid user name 'LIMS1$'
fetch_account: Running the command `/usr/sbin/useradd -s /bin/false -d
/dev/null 'LIMS1$'' gave 3
Here is my smb.conf
[global]
workgroup = GENOME1
netbios name = HERCULES
passdb backend = tdbsam
domain master = No
domain logons = Yes
os level = 40
add user script = /usr/sbin/useradd "%u" -n -g users
delete user script = /usr/sbin/userdel "%u"
add group script = /usr/sbin/groupadd &qu...