Entering edit mode
4.4 years ago
jeccy.J
▴
60
Hi everyone I have a contig file looks like :
>contig1
AAAAAATTTTTTTGGGGCCC
>test234
AAATTTTGGGGGGGGGGGG
>test345
AAAAAAAAAAAAATTTTTTTT
so on............
I would like to make final file like
>contig1
AAAAAATTTTTTTGGGGCCCNNNNNNAAATTTTGGGGGGGGGGGGAAAAAAAAAAAAATTTTTTTT
Can anyone please help me out.
Kind regards, JC
Most good de novo assembly software contains a scaffold building step as part of the pipeline, e.g. SPAdes. If you want to build scaffolds from existing contigs then you can look into SSPACE or Scaffold_builder.
Please explain in more detail your problem, and what you want to solve. For example, disclose what type of organism you are working with, what is the source of the contigs, if you have additional data to perform scaffolding, and so on.
Right now, there isn't enough information in your question for us to give good answers.