Hi all,
I have a couple of .bowtie alignment files and I would like to convert them to .sam. Can anyone please suggest a way to do that? Thanks in advance!
There is no formal format called .bowtie. Are you sure these are not already in .sam format? What does file yourfile.bowtie show? Are you able see anything by head yourfile.bowtie?
OP probably means the default output of bowtie before it switched to SAM. There is this legacy script from an ancient samtools version that you can have a look at.
Hi all, I would like to do an enrichment analysis/gene ontology analysis after an RNAseq differential expression analysis. For this, I would like to use …
There is no formal format called
.bowtie. Are you sure these are not already in.samformat? What doesfile yourfile.bowtieshow? Are you able see anything byhead yourfile.bowtie?OP probably means the default output of bowtie before it switched to SAM. There is this legacy script from an ancient samtools version that you can have a look at.
Yes, it seems to be the default output of bowtie. I will check the legacy script.
Or simpel realign the stuff if you can and set output to SAM.
When I used the file command, I got "ASCII text". Here are first two lines of the file (used head command):