Dear Devs,
split_file.R expect a file formatted as (Note the column Name, this is generated with salmon quantmerge):
Name hum54-1 hum54-2 hum54-3 hum54-4 hum56-2 hum56-3 hum56-4 hum57-1 hum57-2 hum57-3 hum57-4 mbe4-2 mbe4-3 mbe4-4
ENST00000640864 0 0 0 0 0 0 0 0 0 0 0 0 0 0
ENST00000638534 0 0 0 0 0 0 0 0 0 0 0 0 0 0
and psiPerEvent expects without the Name column name:
hum54-1 hum54-2 hum54-3 hum54-4 hum56-2 hum56-3 hum56-4 hum57-1 hum57-2 hum57-3 hum57-4 mbe4-2 mbe4-3 mbe4-4
ENST00000640864 0 0 0 0 0 0 0 0 0 0 0 0 0 0
ENST00000638534 0 0 0 0 0 0 0 0 0 0 0 0 0 0
With Name, I get:
ERROR:suppa.tools:35426, in line 35427. Unexpeced number of fields. 16 expected, 15 given. Skipping line...
Thanks,
Anthony.
Dear Devs,
split_file.Rexpect a file formatted as (Note the columnName, this is generated with salmon quantmerge):and psiPerEvent expects without the
Namecolumn name:With
Name, I get:Thanks,
Anthony.