Skip to content

Commit 3451fea

Browse files
author
Gaurav Sablok
committed
sciencegenome
finished writing all of them into a single standalone and writing the last REST API.
1 parent 19bb9d5 commit 3451fea

12 files changed

+46
-595
lines changed

README.md

+18-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# bacdive-classifier
1+
# bacdive
22
- This analyses the isolates table from the [BacDive](https://bacdive.dsmz.de/) and return json for the rest api.
33
- All bacdive tools merged today into a single restapi.
44
- please see the last commit message and if it says compiled binary then it is completed or else still in development version.
@@ -8,19 +8,28 @@
88
```
99

1010
```
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
1313
1414
Usage: bacdive <COMMAND>
1515
1616
Commands:
1717
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)
2433
2534
Options:
2635
-h, --help Print help

bacdive-README.md

-84
This file was deleted.

bacdive-analyzer-src/designation.rs

-52
This file was deleted.

bacdive-analyzer-src/idsearch.rs

-47
This file was deleted.

0 commit comments

Comments
 (0)