Re: [Mauve-users] Query about mauve error
Brought to you by:
koadman
|
From: Aaron D. <aar...@ut...> - 2013-07-19 04:31:19
|
Hello Hiren, On Tue, 2013-07-16 at 20:23 +1000, Hiren Ghosh wrote: > Dear all, > I am using mauve contig mover through command line .I have a > question: once i am running mauve contig mover i am getting n number > iteration for each run and for each run mauve generate one folder name > alignment1, alignment2.....alignmentN . Now i want only final > iteration result, from command line after running mauve how i will > automatically go to that folder and pass the result to another folder > in different location. This is more of a unix scripting question than a Mauve question. One way to do it would be to write a for loop in your shell (bash? csh? korn shell?) that counts down from a large number and exits the loop when it finds the alignmentN that exists. Typing "shell for loop" in your favorite search engine will get you some ideas. And there are surely other ways to solve the problem that don't involve for loops. -- Aaron E. Darling, Ph.D. Associate Professor, ithree institute University of Technology Sydney Australia http://darlinglab.org twitter: @koadman UTS CRICOS Provider Code: 00099F DISCLAIMER: This email message and any accompanying attachments may contain confidential information. If you are not the intended recipient, do not read, use, disseminate, distribute or copy this message or attachments. If you have received this message in error, please notify the sender immediately and delete this message. Any views expressed in this message are those of the individual sender, except where the sender expressly, and with authority, states them to be the views of the University of Technology Sydney. Before opening any attachments, please check them for viruses and defects. Think. Green. Do. Please consider the environment before printing this email. |