Brent Pedersen

Results 878 comments of Brent Pedersen

can you show the output of `head -1 cgInfor_combp_final_sort.bed`

no. comb-p doesn't alter the original file, you gave it a file without a header and/or you sorted the header to somewhere other than the first line of the file.

@axz91 can you show your groups/alias file, the full slivar command and the error you are seeing?

so if the column ends with "s" as in `f1affs`, then it will be treated as a javascript array. And you can add multiple samples to that group using a...

note that I just typed that into the github text area, so you'll probably need to adjust the exact expression.

also, you can see why this didn't work once you know that `s` columns are treated as arrays because: ```javascript a = []; console.log(a.alts == 0) ``` gives false.

now your groups header looks like this: ``` #dad mom f1aff f1aff f1naff f2aff f2aff f2aff f2aff ``` you can't have repeated column headers as those are used to address...

@zaeleus , I am trying to do this with the following code, but the index does not seem to be correct. what do I miss? Thanks in advance: ```rust use...