RE: Calling Files automatically

2005-02-25 Thread Charles K. Clarkson
Edward WIJAYA <[EMAIL PROTECTED]> wrote: : On Fri, 25 Feb 2005 09:10:54 -0600, Charles K. Clarkson : <[EMAIL PROTECTED]> wrote: : : : Is it always data1, data2, data3, etc. or can data be : : another word? (Like foo1, foo2, foo3, etc.) : : : : it always comes in (R-P) pair: : data1R.fa : d

Re: Calling Files automatically

2005-02-25 Thread Edward WIJAYA
Thanks for your reply Charles, On Fri, 25 Feb 2005 09:10:54 -0600, Charles K. Clarkson <[EMAIL PROTECTED]> wrote: Is it always data1, data2, data3, etc. or can data be another word? (Like foo1, foo2, foo3, etc.) it always comes in (R-P) pair: data1R.fa data1P.fa foo1R.fa foo1P.fa bar2R.fa ba

RE: Calling Files automatically

2005-02-25 Thread Charles K. Clarkson
Edward Wijaya <[EMAIL PROTECTED]> wrote: : How can I modify the early part of code below such that : I don't have to manually key in the files this way: : : perl mycode.pl data1P.fa data1R.fa data2P.fa data2R.fa : etc : : [snip] : : NOTE: : The code above take pair-series of files as follows

Re: Calling Files automatically

2005-02-25 Thread Wiggins d'Anconia
Edward Wijaya wrote: Hi, How can I modify the early part of code below such that I don't have to manually key in the files this way: perl mycode.pl data1P.fa data1R.fa data2P.fa data2R.fa etc I.e. just by typing this will do: perl mycode.pl Thanks so much for your time beforehand. Based on the

Calling Files automatically

2005-02-25 Thread Edward Wijaya
Hi, How can I modify the early part of code below such that I don't have to manually key in the files this way: perl mycode.pl data1P.fa data1R.fa data2P.fa data2R.fa etc I.e. just by typing this will do: perl mycode.pl Thanks so much for your time beforehand. -- Edward WIJAYA Singapore __BEGIN