Skip to content

Commit 1470cc4

Browse files
committed
Merge branch 'download' of github.com:maxibor/AMDirT into download
2 parents c0fc8dc + 960420f commit 1470cc4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AMDirT/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def get_amdir_tags():
6767
]
6868
else:
6969
logger.warning(
70-
"Could not fetch tags from AncientMetagenomeDir. Defaulting to master"
70+
"Could not fetch tags from AncientMetagenomeDir. Defaulting to master. Metadata may not yet be officially released."
7171
)
7272
return ["master"]
7373

AMDirT/download/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def download(table: str, table_type: str, release: str, output: str = ".") -> st
1414
Parameters
1515
----------
1616
table : str
17-
The table to download.
17+
The AncientMetagenomeDir table to download.
1818
table_type : str
1919
The type of table to download. Allowed values are ['samples', 'libraries'].
2020
release : str

docs/source/how_to/download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ AMDirT download --table ancientsinglegenome-hostassociated --table_type samples
1818

1919
## Output
2020

21-
This command will download the `ancientsinglegenome-hostassociated` `sample` table from the `v23.12.0` AncientMetagenomeDir release, and save it locally to `ancientmetagenome-hostassociated_samples_v23.12.0.tsv`
21+
This example command above will download the `ancientsinglegenome-hostassociated` `sample` table from the `v23.12.0` AncientMetagenomeDir release, and save it locally to `ancientmetagenome-hostassociated_samples_v23.12.0.tsv`

0 commit comments

Comments
 (0)