Skip to content
Snippets Groups Projects
Commit c1dd5fcf authored by tjc's avatar tjc
Browse files

use lowercase embl for mfetch

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5822 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 1479cef0
Branches
Tags
No related merge requests found
...@@ -641,7 +641,7 @@ public class DataCollectionPane extends JScrollPane ...@@ -641,7 +641,7 @@ public class DataCollectionPane extends JScrollPane
{ {
File fgetz = new File("/usr/local/pubseq/bin/getz"); File fgetz = new File("/usr/local/pubseq/bin/getz");
String res = FastaTextPane.getUniprotLinkToDatabase(fgetz, String res = FastaTextPane.getUniprotLinkToDatabase(fgetz,
FastaTextPane.getMfetchExecutable(), hit, env, "EMBL"); FastaTextPane.getMfetchExecutable(), hit, env, "embl");
int ind1 = res.indexOf("ID "); int ind1 = res.indexOf("ID ");
if(ind1 > -1) if(ind1 > -1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment