How can I avoid manually concatenating the output sequences

36 views
Skip to first unread message

cameron coates

unread,
Aug 9, 2013, 11:29:57 PM8/9/13
to ampho...@googlegroups.com
Thanks so much for creating this service!  I need to identify housekeeping genes for a large number of genomes (~140).  Is there an easy way to use the output files from each analysis to concatenate the sequences.  I plan to align them on my own and then make a tree on my own.
 

Csaba Kerepesi

unread,
Sep 1, 2013, 7:05:00 AM9/1/13
to


Thank you for your interest about AmphoraNet!

To concatenate text files you can use "cat" command in Linux terminal and "type" or "copy" command in Windows DOS terminal (cmd.exe). If you would like to concatenate many files quickly you can use the * sign.

Example (in Linux):

cat *.pep > out.txt

Example in Windows:

type *.pep > out.txt

For more information see these links:

http://superuser.com/questions/228878/how-can-i-concatenate-two-files-in-unix

http://superuser.com/questions/111825/any-command-line-or-batch-cmd-to-concatenate-multiple-files


Or write to me. Or send me the files and I do it.
Reply all
Reply to author
Forward
0 new messages