I am using Galaxy to conduct a gene expression meta-analysis using data from GEO. Unfortunately, while conducting a limma analysis, I keep getting the following error for a lot of the datasets
Fatal error: Exit code 1 ()
*Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, : *
line 2 did not have 4 elements* Calls: read.table -> scan
I have also tried downloading .CEL files from GEO and then QCnormalization or downloading series matrix file and then using āimport custom dataā option but each time, the limma analysis terminates at the same error.
Iām wondering if the headers in your data are not being parsed correctly (similar to this issues with another tool).
Extra spaces/tabs could also be a problem, anywhere in the file but likely in the first row. So check for those and fix. Tools in the Text Manipulation and the Select tool can help to clean up tabular data.
If needed, you can reformat the headers so that each data column has its label all as āonewordā ā no internal spaces. Dashes might be ok, too, so that would be a column label formatted something like this āone-word-and-maybe-moreā. Avoid starting any labels with a number, dash, or any other non-alphabetic character to avoid problems.
If you canāt figure out the issue, where are you working? Public Galaxy server (which URL) or someplace private?
If public, you could share the history with me (generate a link, making sure to check the box to also share the datasets) and send it back in a direct message. Or share it publically in this thread if you are Ok with that. If working at Galaxy Main https://usegalaxy.org, just send this in as a bug report from one of the error datasets and put a link to this post in the comments so we can associate the two).
Looking at the data in plain text here probably wouldnāt be enough. Especially if it ends up that we should consider having the tool handle data like yours better in the future. These wrappers are still somewhat new. Usage improvements will evolve over time, from feedback like yours
Each has a larger account quota size than many other Public Galaxy sites plus Iām an admin at Galaxy Main which can help with troubleshooting sometimes. But any of these would work.