You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ggd/install.py
+19-18Lines changed: 19 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ def add_install(p):
55
55
"--id",
56
56
metavar="Meta-recipe ID",
57
57
help= ("The ID to use for the meta recipe being installed. For example, if installing the GEO meta-recipe for GEO Accession ID GSE123, use `--id GSE123`"
58
-
" NOTE: GGD will NOT try to correcet the ID. The ID must be accurately entered with case sensitive alphanumeric order")
58
+
" NOTE: GGD will NOT try to correct the ID. The ID must be accurately entered with case sensitive alphanumeric order")
"""Method to copy the tar and package files from the current conda envrionment to the target prefix
706
+
"""Method to copy the tar and package files from the current conda environment to the target prefix
706
707
707
708
copy_pkg_files_to_prefix
708
709
========================
709
-
This method is used to copy the tarball file and the pkg file from the current conda envrionment to the
710
-
target prefix if the prefix flag is set. This will support pkg info lookup for data management when installing
710
+
This method is used to copy the tarball file and the pkg file from the current conda environment to the
711
+
target prefix if the prefix flag is set. This will support pkg info lockup for data management when installing
711
712
a package using the prefix flag
712
713
713
714
Parameters:
@@ -828,7 +829,7 @@ def install(parser, args):
828
829
829
830
## Check number of packages
830
831
iflen(pkg_list) >1:
831
-
print("\n:ggd:install: GGD is currenlty only able to install a single meta-recipe at a time. Please remove other pkgs and install them with a subsequent command")
832
+
print("\n:ggd:install: GGD is currently only able to install a single meta-recipe at a time. Please remove other pkgs and install them with a subsequent command")
832
833
sys.exit()
833
834
834
835
## Id must be lower case for conda
@@ -858,7 +859,7 @@ def install(parser, args):
858
859
859
860
## Check for success
860
861
try:
861
-
assert (success), "\n:ggd:install: !!ERROR!! There was a problem updating the meta-recipe to the ID speciifc recipe"
862
+
assert (success), "\n:ggd:install: !!ERROR!! There was a problem updating the meta-recipe to the ID specific recipe"
0 commit comments