Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I make a multi-fasta file of my sequences on molbiol?

0
Posted

How can I make a multi-fasta file of my sequences on molbiol?

0

You can use the UNIX command cat ( concatenate ) to make a fasta file containing more than one sequence. This example assumes that you have a number of query sequences in separate files (“human.seq”, “horse.seq”, “mouse.seq”) and that you would like to construct a single file called “all_seqs.fasta” containing all of the sequences: cat *.seq > all_seqs.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123