I have collapsed my fastq file so I know have the output fasta file which contains all the unique sequences and their read count information.
For example;
1-106
CTATAGAAGGGTAATACTACGTA
2-88
CTATAGAAGGGTAATACTAACA
3-83
CTATAGAAGGGTGACTATTGG
How can I create a simple text file that contains all these sequences and their corresponding read counts? Which tools are most appropriate for this from the text manipulation group?
Thanks, Charlotte.