Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Sep 25, 2023
1 parent a016ead commit 279d8fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ You can specify ENA sample checklist using the `--checklist` parameter. By defau

The command line tool will automatically fetch the correct scientific name based on the taxon ID or fetch the taxon ID based on the scientific name. Both can be given and no overwrite will be done.

- Mandatory: *alias*, *title*, *sample_description* and either *scientific_name* or *taxon_id* (preferred)
- Mandatory: *alias*, *title*, *sample_description*, *collection date*, *geographic location (country and/or sea)* and either *scientific_name* or *taxon_id* (preferred)
- Optional: *common_name*

| alias | title | taxon_id | scientific_name | common_name | sample_description |
|----------------|----------------|----------|-------------------------------------------------|-------------|----------------------|
| sample_alias_4 | sample_title_2 | 2697049 | Severe acute respiratory syndrome coronavirus 2 | covid-19 | sample_description_1 |
| sample_alias_5 | sample_title_3 | 2697049 | Severe acute respiratory syndrome coronavirus 2 | covid-19 | sample_description_2 |
| alias | title | taxon_id | scientific_name | common_name | sample_description | collection date | geographic location (country and/or sea) |
|----------------|----------------|----------|-------------------------------------------------|-------------|----------------------|-----------------|------------------------------------------|
| sample_alias_4 | sample_title_2 | 2697049 | Severe acute respiratory syndrome coronavirus 2 | covid-19 | sample_description_1 | 2020-10-11 | Argentina |
| sample_alias_5 | sample_title_3 | 2697049 | Severe acute respiratory syndrome coronavirus 2 | covid-19 | sample_description_2 | 2008-01-24 | Belgium |

#### Viral submissions

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
python_requires='>=3.5',
entry_points={
'console_scripts': ["ena-upload-cli=ena_upload.ena_upload:main"]
},
},
)

0 comments on commit 279d8fc

Please sign in to comment.