-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
alias title scientific_name sample_description | ||
sample_alias_4 sample_title_1 homo sapiens sample_description_1 | ||
sample_alias_5 sample_title_2 human metagenome sample_description_2 | ||
alias title scientific_name sample_description collection date geographic location (country and/or sea) | ||
sample_alias_4 sample_title_1 homo sapiens sample_description_1 2020-10-11 Argentina | ||
sample_alias_5 sample_title_2 human metagenome sample_description_2 2008-01-24 Belgium |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
genshi==0.7.* | ||
lxml>=4.9.3, <= 5.0.0 | ||
pandas>=2.0.3 , <= 3.0.0 | ||
pyyaml==5.* | ||
pyyaml==5.* | ||
requests>=2.31.0 , <= 3.0.0 | ||
openpyxl>=3.1.2 , <= 4.0.0 |