heidi has asked for the wisdom of the Perl Monks concerning the following question:
The condition to be checked is in the file2.txt, for each sample, if a continous stretch of numbers at the end or beginning is less than 10, only those numbers should be chopped off (the alphabets in the same position in other file(file1.txt) should also be removed). results to be written in a new file. Thank you.file1.txt contains >sample1 ACTACTAGCTC >sample2 CGATCGAACC >sample3 CGTTGAACTGAA file2.txt contains >sample1 1 4 23 43 65 67 17 15 1 3 2 >sample2 23 43 65 12 34 54 76 2 9 12 >sample3 32 12 43 54 26 47 58 11 8 6 9 9
|
---|