Entering edit mode
4.0 years ago
mostafarafiepour
▴
180
Hi All,
I indexed the human reference genome using bwa software (bwa index option) And the following files were created for me:
GCF_000001405.39_GRCh38.p13_genomic.fna.bwt
GCF_000001405.39_GRCh38.p13_genomic.fna.pac
GCF_000001405.39_GRCh38.p13_genomic.fna.amb
GCF_000001405.39_GRCh38.p13_genomic.fna.ann
GCF_000001405.39_GRCh38.p13_genomic.fna.sa
GCF_000001405.39_GRCh38.p13_genomic.dict
GCF_000001405.39_GRCh38.p13_genomic.fna.fai
So, I used head -n 10 to open them, but I got an error and the files do not open for me with this option? In my online search, I could not find a solution to open them !!
What is the best idea?
These are index files - why do you need to open them? Please show the exact commands that you have been using, and also show the output of:
I want to see what structurally indexed files are different from genome references?
Please see How to add images to a Biostars post to add your images properly. You need the direct link to the image or the HTML embed code, not the link to the webpage that has the image embedded (which is what you have used here)
I mean, if you are in the same directory, they should open no problem. Take a look:
The other index files (bwt, pac, sa) are binary, I think.
Exactly these three files (bwt, pac, sa) will not open.
They do open but they are in binary format.
Not all files contain information that has a meaningful text representation for humans.
I asked you to provide a solution to open these files, not to comment on the contents.
And I told you you can't open the files in any meaningful way, so there is no solution.
Please do not be rude - ordering people around is unprofessional.