taxonomy_recovery
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| taxonomy_recovery [2021/10/06 22:55] – 38.20.199.40 | taxonomy_recovery [2024/06/11 10:31] (current) – 129.173.94.151 | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| < | < | ||
| - | > sed 's/\(.*\)\..*/ | + | > cat file | cut -d ' |
| </ | </ | ||
| - | Note: It can still acquire a list of unknown like below even the NCBI taxonomy database is updated to the latest. | + | Note: |
| + | 1. You can get the accession list from Blast/Plast result (output.txt) directly using the command below: | ||
| + | |||
| + | < | ||
| + | > cat output.txt | cut -f2 | cut -d ' | ||
| + | </ | ||
| + | |||
| + | 2. If there are " | ||
| + | |||
| + | < | ||
| + | > cat output.txt | cut -d " | ||
| + | </ | ||
| + | |||
| + | 3. It can still acquire a list of unknown like below even the NCBI taxonomy database is updated to the latest. | ||
| < | < | ||
| Line 40: | Line 53: | ||
| ========================== | ========================== | ||
| - | acc2tax database:\\ | + | acc2tax database |
| + | |||
| + | / | ||
| - | /scratch3/rogerlab_databases/other_dbs/Acc2Tax_Feb122021 (Up to date Feb 23, 2021) | + | /db1/extra-data-sets/Acc2tax/Acc2Tax_04_01_2024 (Up to date Jan 04, 2024) |
| - | / | ||
| \\ | \\ | ||
| - | <Last updated by Xi Zhang on Sep 21st,2021> | + | <Last updated by Dandan Zhao on Jun 11, 2024> |
taxonomy_recovery.1633571733.txt.gz · Last modified: by 38.20.199.40
