Hi all,
I currently am working with some old data, from 2010. It is in what I think is the old legacy bow tie output. The file extension is sample1.bowtie.align.txt.gz. Does anyone know how to convert this format into a different format? I'll take literally any other format: sam/bam/fastq/bigwig.... I can't seem to find anything that accepts the current format. The only thing I have found so far is a bowtie2sam.pl script, but I got it from https://github.com/lh3/samtools-legacy/blob/master/misc/bowtie2sam.pl but this folder has the description "For testing only. DON'T USE!" so I'm a bit worried about that.
The first few lines are as follows:
WICMT-SOLEXA2_3_203EJAAXX_1_1_118_272 + chr9 3035086 TTTTCAGTTTTCTTGCCATATTCCAT IIIIIIIIIIIIIIIIIIIIIIIIII 67
WICMT-SOLEXA2_3_203EJAAXX_1_1_118_272 + chr5 3001564 TTTTCAGTTTTCTTGCCATATTCCAT IIIIIIIIIIIIIIIIIIIIIIIIII 67
WICMT-SOLEXA2_3_203EJAAXX_1_1_122_533 + chr5 3002103 TCATTTTTCAAGTCGTCAAGTGGATG IIIIIIIIIIIIIIIIIIIIIIIIII 11
Here's a thread on SEQanswers (scroll down to the post from Nick) with a modified version of that perl script that should work a bit better.
Just managed to get access to seqanswers now - thanks so much!