George L. Malone

Results 15 comments of George L. Malone

Hmmm, I could have a go and see where it gets me, I should be able to test this a bit more by the end of this week. I saw...

Apologies for the delay! I got a bit stuck into some other projects, but tried again with getting fuse and fakeroot working in between a few things. It appears that...

I've found an odd bug that may be similar, but I am unsure. The error message looks a little different. Please let me know if I should open another ticket...

@bioinfonext: ``` > data.matrix - read.big.matrix("phylo.txt",header=T,sep='\t') Error in data.matrix - read.big.matrix("phylo.txt", header = T, sep = "\t") : non-numeric argument to binary operator ``` Is this meant to be: ```r...

Thank you for the very quick response! In the interim, I've been using strings, e.g. `split(table_row, "\t")`, but using a character in scripts. I'm not sure how much practical difference...