Thanks for the help Sukhdeep and Chris.
I have checked and the bam files most definitely exist at those locations. In addition, the VM for sure has access to the disk.
The files themselves are definitely bams. However, one thing I noticed (and this might be trivial) is that when I look at file type of the bam in OSX it says "document", however, while in Ubuntu it says "Gzip archive". Is there are reason these would be different? Are the bams really archives? If so, do they need to be extracted somehow before using in Genome Music?
The only other issues I can think of are that the files are on an external hard drive (dont know why this would be an issue) or that my VM is running out of memory. Not sure if this are issues or if they could be responsible for the errors I am getting.
Sorry to bother you with this. I am really eager to run the program so any help would be greatly appreciated.
Thanks,
Will
Never used, though, you can check few things.
1) Try
du -hson the bam file, just to check if the files are present and aren't the symbolic links.2) From the manual, it says
3) If wanna see file is really bam, try
samtools view file.bam | head, if you see something like this, then the file is fine as well.