|
1 |
| -# bacdive-classifier |
| 1 | +# bacdive |
2 | 2 | - This analyses the isolates table from the [BacDive](https://bacdive.dsmz.de/) and return json for the rest api.
|
3 | 3 | - All bacdive tools merged today into a single restapi.
|
4 | 4 | - please see the last commit message and if it says compiled binary then it is completed or else still in development version.
|
|
8 | 8 | ```
|
9 | 9 |
|
10 | 10 | ```
|
11 |
| -➜ bacdive git:(main) ✗ ./target/debug/bacdive |
12 |
| - bacdive-analyzer and prepare json |
| 11 | + gauravsablok@genome bacdive main ? ./target/debug/bacdive -h |
| 12 | + analyses bacdive data for local analysis |
13 | 13 |
|
14 | 14 | Usage: bacdive <COMMAND>
|
15 | 15 |
|
16 | 16 | Commands:
|
17 | 17 | id
|
18 |
| - species please provide the species that need to be searched |
19 |
| - strain please provide the category2 that you want to look, |
20 |
| - id-list this will list all the available unique ids present in the bacdive |
21 |
| - species-list this will list all the unique species present in the bacdive |
22 |
| - strainlist this will list all the available countries in the bacdive |
23 |
| - help Print this message or the help of the given subcommand(s) |
| 18 | + species please provide the species that need to be searched |
| 19 | + strain please provide the category2 that you want to look, |
| 20 | + id-list this will list all the available unique ids present in the bacdive |
| 21 | + species-list this will list all the unique species present in the bacdive |
| 22 | + strainlist this will list all the available countries in the bacdive |
| 23 | + id-list-analyze present the list of the unique ids present |
| 24 | + species-list-analyze provide the species present in the bacdive |
| 25 | + designation-list provide the designation header present in the bacdive |
| 26 | + strain-number-list provide the strain number present in the bacdive |
| 27 | + strainheader-list provide the strain header present in the bacdive |
| 28 | + id-search search for the specific id and json output |
| 29 | + species-search search for the specific species and json output |
| 30 | + designation-search search for the specific designation and json output |
| 31 | + strain-search search for the specific strain and json output |
| 32 | + help Print this message or the help of the given subcommand(s) |
24 | 33 |
|
25 | 34 | Options:
|
26 | 35 | -h, --help Print help
|
|
0 commit comments