Skip to content

Instantly share code, notes, and snippets.

@pcantalupo
Created June 22, 2010 14:12
Show Gist options
  • Save pcantalupo/448511 to your computer and use it in GitHub Desktop.
Save pcantalupo/448511 to your computer and use it in GitHub Desktop.
Hello,
I found a very simple bug in 'download_query_genbank.PLS'. Here is the 'git diff':
$ git diff -- download_query_genbank.PLS
diff --git a/scripts/utilities/download_query_genbank.PLS b/scripts/utilities/do
index 803f438..e1ede38 100755
--- a/scripts/utilities/download_query_genbank.PLS
+++ b/scripts/utilities/download_query_genbank.PLS
@@ -59,7 +59,7 @@ GetOptions(
exit(0);
},
'v|verbose' => \$debug,
- 'f|for mat:s' => \$format,
+ 'f|format:s' => \$format,
'queryfile:s' => \$queryfile,
'o|out|outfile:s' => \$outfile,
'gi|gifile|gis:s' => \$gifile,
Paul Cantalupo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment