Estou tentando reescrever um texto de arquivo, main.txt com alterações de changes.txt . O arquivo main.txt é assim:
word_1 genre_A
word_2 genre_A
word_3 genre_B
word_4 genre_C
word_5 genre_A
E o changes.txt é assim:
genre_A root...
Eu tenho dois arquivos:
Arquivo1.txt
30 40 A T match1 string1
45 65 G R match2 string2
50 78 C Y match3 string3
Arquivo2.txt
match1 60 add1 50 add2
match2 15 add1 60...
Eu tenho um arquivo (arquivo 1) que se parece com isso,
DIP-10097N|refseq:NP_416170|uniprotkb:P30015
DIP-10117N|refseq:NP_414973|uniprotkb:P08177
DIP-10168N|refseq:NP_418766|uniprotkb:P15005
DIP-10199N|refseq:NP_415632|uniprotkb:P30958
DIP-10...
Eu tenho dois arquivos.
arquivo1:
Dave 734.838.9800
Bob 313.123.4567
Carol 248.344.5576
Mary 313.449.1390
Ted 248.496.2204
Alice 616.556.4458
arquivo2:
Bob Tuesday
Carol Monday
Ted Sunday
Alice Wednesday
Dave T...
Arquivo 1:
123, 234
345, 789
678, 900
Arquivo 2
123, abc
345, dnc
Saída desejada (todas as colunas no arquivo1 e valor ausente no arquivo dois como NA):
123,234,abc
345,789,dnc
678,900,NA
sort flash_int_list.txt|join finish_comm - > t1
join: file 2 is not in sorted order
Eu classifiquei flahs_int_list.txt
mas ainda diz que o arquivo 2 não está em ordem de classificação
o que está errado?
o flash_int_list.txt é como (ape...
Do manual do coreutils sobre join
-e string
Replace those output fields that are missing in the input with
string. I.e., missing fields specified with the -12jo options.
Eu não entendo a opção. O que o seguinte significa
"o...
Estou tentando identificar todas as linhas em comum com base na primeira coluna de um arquivo. Estou usando o seguinte comando:
awk '{print $1}' File1 | fgrep -wf - File2 >Out
Arquivo1:
M01605:153:000000000-B55NK:1:1101:10003:14536...