Is it possible to add "add header" tool?

Hello,

I found the “add header” tool on the “usegalaxy.fr” but can’t find it on the “usegalaxy.eu”. Would it be possible to add please ?

Here is the tool id

toolshed.g2.bx.psu.edu/repos/estrain/add_column_headers/add_column_headers/0.1.3

Thanks in advance

Best

Achim

1 Like

Hi @Achim_Quaiser,

I guess Galaxy Europe admins will look into it. In meantime, you can add a header using Concatenate datasets (head-to-tail). Create a file with header, upload it to Galaxy and concatenate with data. Alternatively, create the header file using Galaxy upload menu, Paste/Fetch data tab. In settings (cog wheel icon) you can change space delimiters into tabs.

Hope that helps.

Kind regards,

Igor

2 Likes

In it’s current form, the tool doesn’t quite fulfill our quality standards for inclusion on EU, but we can certainly put an update on our agenda.

In the meantime, the workflow equivalent of that tool in Galaxy, which works on all major servers is:

  1. “Create text file” with the comma-separated column names
  2. “Replace text in entire line” to replace the commas with tab characters
  3. the concatenation that @igor suggested already

but I agree that a dedicated tool would be way more convenient, efficient and elegant.

Hello,

I’ll check this out…

Thanks

Achim

I saw the topic and decided to ticket. Maybe estrain will see it and update the wrapper.

And, I have yet another way to create a header for you @Achim_Quaiser ! :partying_face:

  1. Direct edit
  • Click into the visualize icon for a text/tabular dataset.
  • Choose the tool Editor.
  • Very very carefully make your changes.
  • Export (top right), and an updated version of your file will be added to the history.