Hi,
thanks for this great program.
I would like to align sequences against the h_sapiens_37_asm index and get the chromosome numbers included in the output.
so far when I align a sequence with:
bowtie -p 4 -t -a --best --strata -v 3 h_sapiens_asm -c AAAATATATTAAACGCAGCTAGAGAAGCTAGAGAGAAGGGGCAGG
I get:
0 + gi|89161218|ref|NC_000023.9|NC_000023 151228492 AAAATATATTAAACGCAGCTAGAGAAGCTAGAGAGAAGGGGCAGG IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII 0
So I get the strand orientation and the position of the read, however I don't find the chomosome number (X in this case). Is this because of the index I use, as with the h_sapiens index I face the same problem?
What would I need to do to get chrX instead of gi|89161218|ref|NC_000023.9|NC_000023??
Do I need to construct a new index with bowtie-build and what options would I need to provide as I could not find a reference to chromosome numbers?
So far i could only think of running the bowtie command again with the --concise option and then convert the two output files, but I think that wouldn't be a smart option. Thanks.
Cheers,
Ck.
thanks for this great program.
I would like to align sequences against the h_sapiens_37_asm index and get the chromosome numbers included in the output.
so far when I align a sequence with:
bowtie -p 4 -t -a --best --strata -v 3 h_sapiens_asm -c AAAATATATTAAACGCAGCTAGAGAAGCTAGAGAGAAGGGGCAGG
I get:
0 + gi|89161218|ref|NC_000023.9|NC_000023 151228492 AAAATATATTAAACGCAGCTAGAGAAGCTAGAGAGAAGGGGCAGG IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII 0
So I get the strand orientation and the position of the read, however I don't find the chomosome number (X in this case). Is this because of the index I use, as with the h_sapiens index I face the same problem?
What would I need to do to get chrX instead of gi|89161218|ref|NC_000023.9|NC_000023??
Do I need to construct a new index with bowtie-build and what options would I need to provide as I could not find a reference to chromosome numbers?
So far i could only think of running the bowtie command again with the --concise option and then convert the two output files, but I think that wouldn't be a smart option. Thanks.
Cheers,
Ck.
Comment