mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Improve error message on maf tools, telling users where to go to set
their genome build.
This commit is contained in:
@@ -82,7 +82,7 @@ def __main__():
|
||||
|
||||
#ensure dbkey is set
|
||||
if dbkey == "?":
|
||||
print >>sys.stderr, "You must specify a proper build in order to extract alignments."
|
||||
print >>sys.stderr, "You must specify a proper build in order to extract alignments. You can specify your genome build by clicking on the pencil icon associated with your interval file."
|
||||
sys.exit()
|
||||
|
||||
output = open(output_file, "w");
|
||||
|
||||
@@ -84,7 +84,7 @@ def __main__():
|
||||
|
||||
#ensure dbkey is set
|
||||
if dbkey == "?":
|
||||
print >>sys.stderr, "You must specify a proper build in order to extract alignments."
|
||||
print >>sys.stderr, "You must specify a proper build in order to extract alignments. You can specify your genome build by clicking on the pencil icon associated with your interval file."
|
||||
sys.exit()
|
||||
|
||||
output = open(output_file, "w");
|
||||
|
||||
@@ -121,7 +121,7 @@ def __main__():
|
||||
sys.exit()
|
||||
|
||||
if dbkey == "?":
|
||||
print >>sys.stderr, "You must specify a proper build in order to extract alignments."
|
||||
print >>sys.stderr, "You must specify a proper build in order to extract alignments. You can specify your genome build by clicking on the pencil icon associated with your interval file."
|
||||
sys.exit()
|
||||
|
||||
|
||||
|
||||
@@ -119,7 +119,7 @@ def __main__():
|
||||
sys.exit()
|
||||
|
||||
if dbkey == "?":
|
||||
print >>sys.stderr, "You must specify a proper build in order to extract alignments."
|
||||
print >>sys.stderr, "You must specify a proper build in order to extract alignments. You can specify your genome build by clicking on the pencil icon associated with your interval file."
|
||||
sys.exit()
|
||||
|
||||
|
||||
|
||||
@@ -86,7 +86,7 @@ def __main__():
|
||||
|
||||
#ensure dbkey is set
|
||||
if dbkey == "?":
|
||||
print >>sys.stderr, "You must specify a proper build in order to extract alignments."
|
||||
print >>sys.stderr, "You must specify a proper build in order to extract alignments. You can specify your genome build by clicking on the pencil icon associated with your interval file."
|
||||
sys.exit()
|
||||
|
||||
output = open(output_file, "w");
|
||||
|
||||
@@ -89,7 +89,7 @@ def __main__():
|
||||
|
||||
#ensure dbkey is set
|
||||
if dbkey == "?":
|
||||
print >>sys.stderr, "You must specify a proper build in order to extract alignments."
|
||||
print >>sys.stderr, "You must specify a proper build in order to extract alignments. You can specify your genome build by clicking on the pencil icon associated with your interval file."
|
||||
sys.exit()
|
||||
|
||||
output = open(output_file, "w");
|
||||
|
||||
@@ -82,7 +82,7 @@ def __main__():
|
||||
sys.exit()
|
||||
|
||||
if dbkey == "?":
|
||||
print >>sys.stderr, "You must specify a proper build in order to extract alignments."
|
||||
print >>sys.stderr, "You must specify a proper build in order to extract alignments. You can specify your genome build by clicking on the pencil icon associated with your interval file."
|
||||
sys.exit()
|
||||
|
||||
#index maf for use here
|
||||
|
||||
Reference in New Issue
Block a user