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/09/21 13:33] – 134.190.232.139 | taxonomy_recovery [2024/06/11 10:31] (current) – 129.173.94.151 | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| don't forget to make sure that your input file contains only the accession numbers without their version, see the example file given above. | don't forget to make sure that your input file contains only the accession numbers without their version, see the example file given above. | ||
| - | -_- E.g., MBI4782295.1 shall be MBI4782295, otherwise the bugs will occur: | + | :-( E.g., MBI4782295.1 shall be MBI4782295, otherwise the bugs will occur: |
| < | < | ||
| Line 17: | Line 17: | ||
| </ | </ | ||
| - | ' | + | :-D Trim the version " |
| < | < | ||
| - | > sed 's/\(.*\)\..*/ | + | > cat file | cut -d ' |
| </ | </ | ||
| - | Note: It still could acquire a lot of unknown even the NCBI taxonomy database is the latest. Any ideas? | + | 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. | ||
| + | |||
| + | < | ||
| Couldn' | Couldn' | ||
| Couldn' | Couldn' | ||
| Couldn' | Couldn' | ||
| + | </ | ||
| + | |||
| + | This might due to these protein IDs(MBR3349819, | ||
| + | |||
| + | |||
| + | < | ||
| + | NP_051083 cellular organisms, | ||
| + | </ | ||
| ========================== | ========================== | ||
| - | acc2tax database:\\ | + | acc2tax database |
| - | /scratch3/rogerlab_databases/other_dbs/Acc2Tax_Feb122021 (Up to date Feb 23, 2021) | + | /db1/extra-data-sets/Acc2tax/ |
| + | |||
| + | / | ||
| - | / | ||
| \\ | \\ | ||
| + | |||
| + | <Last updated by Dandan Zhao on Jun 11, 2024> | ||
taxonomy_recovery.1632242028.txt.gz · Last modified: by 134.190.232.139
