Solved!
We finally realized that the FTP of the sequencing center that gave us the files was set to ASCII mode when it should have been set to binary mode. Fixing that fixed this problem.
If you're using Wget, by default it will use binary mode according to the manual.
Thanks @genelab for the helpful suggestions before...
|