File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def get_mags(self) -> pl.dataframe.DataFrame:
7676 def download_assemblies (self , output : str ):
7777 """Download the assemblies into a specified folder.
7878
79- :param output: Output folder to download the MAGs to.
79+ :param output: Output folder to download the assemblies to.
8080 :type output: str
8181 """
8282 with tempfile .TemporaryDirectory () as tmpdir :
@@ -108,7 +108,7 @@ def download_mags(self, output: str):
108108 def download_genecalls (self , output : str ):
109109 """Download the genecalls into a specified folder.
110110
111- :param output: Output folder to download the MAGs to.
111+ :param output: Output folder to download the genecalls to.
112112 :type output: str
113113 """
114114 with tempfile .TemporaryDirectory () as tmpdir :
@@ -124,7 +124,7 @@ def download_genecalls(self, output: str):
124124 def download_proteins (self , output : str ):
125125 """Download the proteins into a specified folder.
126126
127- :param output: Output folder to download the MAGs to.
127+ :param output: Output folder to download the proteins to.
128128 :type output: str
129129 """
130130 with tempfile .TemporaryDirectory () as tmpdir :
You can’t perform that action at this time.
0 commit comments