Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
edna
custom_reference_database
Commits
07efbc31
Commit
07efbc31
authored
Mar 15, 2021
by
peguerin
Browse files
readme update
parent
7f53813b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
07efbc31
...
...
@@ -90,4 +90,29 @@ Apply curation
mkbdr validate --fasta resources/test/raw.fasta \
--curate curated_taxon.csv
--output_prefix "test_curated"
```
Generate a curation csv file
```
mkbdr curegen --fasta test_raw_faulty_taxon.fasta \
--output_prefix "test"
```
Specify the globalnames database to query
```
mkbdr curegen --fasta test_raw_faulty_taxon.fasta \
--output_prefix "test" \
--database_globalnames 'Catalogue of Life'
```
____________________________________________________________________________
__
_
crash test
```
python3 mkbdr validate --fasta teleo_ok.fasta --curate curated_taxon.csv --output_prefix "truc"
```
\ No newline at end of file
Write
Preview
Markdown
is supported
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