Make sure that there is a header (column name) in your input file.
The header should not start with a comment character (#). Any lines that starts with # will be ignored.
The number of column names should be equal to the number of columns in your input file.
sometimes the input file has a row index which means that there is one fewer column name in the header as compared to when the actual data starts.
rsID if exists has to be in rsID format. See tutorial.
Use gzip software to compress with .gzextension or ZIP software with .zip extension. Make sure you haven't renamed the file manually. Use the proper compression software instead.
The chromosome has to be numbers between 1 and 23 or X.
Position values have to be integer (not in scientific notation) (see previous thread:
Error:003 inconsistency)
If your file contains chromosome and position, these have to be in hg19 coordinates.
Make sure that there is no missing data for the columns that are mandatory such as p-values (see previous thread:
ERROR:magma or
ERROR 001 or
ERROR:magma)
If you specify the name of chromosome, position, etc… during submission, make sure that these names exist in your input file (see previous thread:
ERROR:001)
Make sure that the delimiter is consistent. In addition, Delimiter can be any of white space including single space, multiple space and tab. Because of this, each element including column names must not include any space (see previous thread:
Help with ERROR 001)
Check your file to make sure that there is no quotation around each value. It should be for example 1 instead of "1". This is usually caused when you save a file in R. To avoid this, one needs to set quote=F when saving a file in R (see previous thread:
ERROR 001)
“