Originally posted by Derek_S
View Post
Two solutions:
a) you duplicate contigs completely, but change all names contained within
b) you duplicate contigs by just taking the consensus and insert these as single reads into the project.
I'd go the second way as the first involves a lot of work by hand. Doing this is quite easy:
1. use "convert_project -f caf -t fasta -s" to convert a CAF to single consensus FASTA files
2. take the consensus you want, rename the sequence to something you can distinguish (e.g. "RNAcopy_01") then use "convert_project -f fasta -t caf -m" to make a CAF.
3. Append the new CAF with RNAcopy_01 via "cat" to the complete project CAF
4. Rinse, repeat at step 2.
B
Leave a comment: