peterjc / pico_galaxy

Galaxy tools and wrappers for sequence analysis
17 stars 25 forks source link

Ignore empty column names #19

Closed lecorguille closed 8 years ago

lecorguille commented 8 years ago

Skip empty column names.

Here an example from one of the Trinity outputs

    sample1 sample2
TRINITY_DN6_c0_g1   0   0
TRINITY_DN7_c0_g1   525311.05   525311.05
TRINITY_DN0_c0_g1   0   0
TRINITY_DN5_c0_g1   329523.81   329523.81
TRINITY_DN3_c0_g1   145165.14   145165.14
TRINITY_DN4_c0_g1   0   0
TRINITY_DN8_c0_g1   0   0

By experience, it's the case of a lot of R outputs

peterjc commented 8 years ago

I need to update the tool sheds manually still...

peterjc commented 8 years ago

This is live on the main and Test Tool Shed with https://github.com/peterjc/pico_galaxy/commit/d73d4f028a22bb370f67197bbf4dd22caf811ce8 (change mentioned above) included. Thank you!