Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
edna
custom_reference_database
Commits
88c80a28
Commit
88c80a28
authored
Mar 11, 2021
by
peguerin
Browse files
readme update
parent
0138b3d5
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
88c80a28
...
...
@@ -67,3 +67,27 @@ conda activate pylib_cbdr
## Usage
First time loading the taxdump
```
mkbdr validate --fasta resources/test/raw.fasta \
--ncbi_taxdump "TAXO/taxdump_2021.tar.gz" \
--output_prefix "test_raw"
```
taxdump previously loaded (faster)
```
mkbdr validate --fasta resources/test/raw.fasta \
--output_prefix "test_raw"
```
Apply curation
```
mkbdr validate --fasta resources/test/raw.fasta \
--curate curated_taxon.csv
--output_prefix "test_curated"
```
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment