|
| 1 | +ID operation tool (idot) |
| 2 | +------------------------ |
| 3 | + |
| 4 | +idot |
| 5 | +---- |
| 6 | +``` |
| 7 | +idot <command> [<arguments>] |
| 8 | +
|
| 9 | +Command: find find id_file matched lines in target_file |
| 10 | + diff find specific lines in id_file or target_file |
| 11 | + replace replace id in the target_file according to the id_file |
| 12 | + fasta fetch id_file match fasta sequences from all sequences |
| 13 | +``` |
| 14 | + |
| 15 | + |
| 16 | +idot find |
| 17 | +--------- |
| 18 | +``` |
| 19 | +idot find [options] <id_file> <target_file> |
| 20 | +
|
| 21 | +Options: -d STR The delimiter character of fields, default <TAB>. |
| 22 | + Valid delimiters: comma (","), space ("\s"), or <TAB> ("\t") |
| 23 | + -f INT The field(s) that specified as ID column(s), default 1. |
| 24 | + Use comma (",") to specify multiple fields. e.g. -f 1,2 |
| 25 | + -s STR The method used for ID sort. default: u. |
| 26 | + Available methods: sn - strint number |
| 27 | + s - string |
| 28 | + n - number |
| 29 | + u - unsorted (use id_file id order) |
| 30 | + t - use target_file id order |
| 31 | + r - reverse (in combination with others) |
| 32 | + -h Help message |
| 33 | +``` |
| 34 | + |
| 35 | +idot diff |
| 36 | +--------- |
| 37 | +``` |
| 38 | +idot diff [options] <id_file> <target_file> |
| 39 | +
|
| 40 | +Options: -d STR The delimiter character of fields, default <TAB>. |
| 41 | + Valid delimiters: comma (","), space ("\s"), or <TAB> ("\t") |
| 42 | + -f INT The field(s) that specified as ID column(s), default 1. |
| 43 | + Use comma (",") to specify multiple fields. e.g. -f 1,2 |
| 44 | + -p INT Print the specific ID of file: 1 - id_file (default) |
| 45 | + 2 - target_file |
| 46 | + -h Help message |
| 47 | +``` |
| 48 | + |
| 49 | +idot replace |
| 50 | +------------ |
| 51 | +``` |
| 52 | +idot replace <id_file> <target_file> |
| 53 | +``` |
| 54 | + |
| 55 | +idot fasta |
| 56 | +---------- |
| 57 | +``` |
| 58 | +Usage: idot fasta <id_file> <database_file> |
| 59 | +``` |
| 60 | + |
| 61 | +Author |
| 62 | +------ |
| 63 | + |
| 64 | + |
| 65 | +Copyright |
| 66 | +--------- |
| 67 | +2017 (c) Qinhu Wang, Northwest A&F University |
| 68 | + |
| 69 | +License |
| 70 | +------- |
| 71 | +MIT |
0 commit comments