Search Results

Search: Posts Made By: gocoogs
2,429
Posted By gocoogs
Here's a start: cat Infile.txt | awk 'NR ==...
Here's a start:

cat Infile.txt | awk 'NR == 1 {numseq = $1; len= $2; blocksize=40; RS=""; FS="\n"; for (i=1;i<=numseq;i++) sqx[i]=""; next;}
NR != 1 {for (i=1;i<=numseq; i++) sqx[i]=sqx[i] $i;}...
2,429
Posted By gocoogs
The last column of sequence data in block1 is the...
The last column of sequence data in block1 is the same as the first column of block2. Please clarify the desired output.
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 05:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy